diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-18 23:03:56 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2024-07-18 23:03:56 +0900 |
| commit | 65b50397c0e4fd9146c418dc3012c12486b459e9 (patch) | |
| tree | daf4c8a8e4b6c0927a220dbdbb539f76d9d89c8d /static/thesiah.sh | |
| parent | 76a5bb2c4396ce0c1830e8b10184e8ea00576263 (diff) | |
Init
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index 9288e33..e5226dc 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -107,7 +107,6 @@ adduserandpass() { mkdir -p "$repodir" chown -R "$name":wheel "$(dirname "$repodir")" echo "$name:$pass1" | chpasswd - unset pass1 pass2 } refreshkeys() { @@ -615,6 +614,8 @@ microsetup() { } finalize() { + unset pass1 pass2 + unset epass1 epass2 sudo -u "$name" ln -sf /home/"$name"/.dotfiles/default/Pictures/wallpaper/bg.png /home/"$name"/.local/share/bg # Farewell whiptail --title "All done!" \ |
