summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-18 23:03:56 +0900
committerTheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com>2024-07-18 23:03:56 +0900
commit65b50397c0e4fd9146c418dc3012c12486b459e9 (patch)
treedaf4c8a8e4b6c0927a220dbdbb539f76d9d89c8d
parent76a5bb2c4396ce0c1830e8b10184e8ea00576263 (diff)
Init
-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 9288e33..e5226dc 100755
--- a/public/thesiah.sh
+++ b/public/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!" \
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!" \