summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpublic/thesiah.sh3
-rwxr-xr-xstatic/thesiah.sh3
2 files changed, 4 insertions, 2 deletions
diff --git a/public/thesiah.sh b/public/thesiah.sh
index 914d705..eb8729d 100755
--- a/public/thesiah.sh
+++ b/public/thesiah.sh
@@ -106,6 +106,7 @@ adduserandpass() {
"/home/$name/.config" \
"/home/$name/.local/bin" \
"/home/$name/.local/share/history" \
+ "/home/$name/.local/share/wallpapers" \
"/home/$name/.local/src" \
"/home/$name/Desktop" \
"/home/$name/Documents" \
@@ -671,7 +672,7 @@ 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/bg
+ sudo -u "$name" ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/city.png /home/"$name"/.local/share/wallpapers/bg
# 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
diff --git a/static/thesiah.sh b/static/thesiah.sh
index 914d705..eb8729d 100755
--- a/static/thesiah.sh
+++ b/static/thesiah.sh
@@ -106,6 +106,7 @@ adduserandpass() {
"/home/$name/.config" \
"/home/$name/.local/bin" \
"/home/$name/.local/share/history" \
+ "/home/$name/.local/share/wallpapers" \
"/home/$name/.local/src" \
"/home/$name/Desktop" \
"/home/$name/Documents" \
@@ -671,7 +672,7 @@ 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/bg
+ sudo -u "$name" ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/city.png /home/"$name"/.local/share/wallpapers/bg
# 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