summaryrefslogtreecommitdiff
path: root/static/thesiah.sh
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 /static/thesiah.sh
parentcc3a5c56730eab85bf786d90538e8fb2697d63c2 (diff)
modified thesiah.sh, modified thesiah.sh
Diffstat (limited to 'static/thesiah.sh')
-rwxr-xr-xstatic/thesiah.sh3
1 files changed, 2 insertions, 1 deletions
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