summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
diff options
context:
space:
mode:
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh
index f72380d..1b16454 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -678,7 +678,9 @@ Depends = dash' >/usr/share/libalpm/hooks/relinking-dash.hook
finalize() {
unset pass1 pass2
unset epass1 epass2
- sudo -u "$name" ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/city.png /home/"$name"/.local/share/wallpapers/bg
+ sudo -u "$name" ln -sf /home/"$name"/.dotfiles/global/Pictures/wallpaper/city.png /home/"$name"/.local/share/wallpapers/bg
+ curl -L -o /home/"$name"/.local/bin/pacman-static https://pkgbuild.com/~morganamilo/pacman-static/x86_64/bin/pacman-static
+ chmod +x /home/"$name"/.local/bin/pacman-static
# Farewell
whiptail --title "All done!" \
--msgbox "Congrats! Provided there were no hidden errors, the script completed successfully and all the programs and configuration files should be in place.\\n\\nTo run the new graphical environment, log out and log back in as your new user, then run the command \"startx\" to start the graphical environment (it will start automatically in tty1).\\n\\n.t Soomin" 13 80