summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-28 20:47:45 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-12-28 20:47:45 +0900
commit5045cdb4fd8a91bb9063293d20a65637d3d484c2 (patch)
treea586a81680bf8bf806d0b376e512894231d8d1d7
parentcc3a5c56730eab85bf786d90538e8fb2697d63c2 (diff)
modified thesiah.sh, modified thesiah.sh
-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