diff options
Diffstat (limited to 'static/thesiah.sh')
| -rwxr-xr-x | static/thesiah.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/static/thesiah.sh b/static/thesiah.sh index 60be7b9..02fa3ce 100755 --- a/static/thesiah.sh +++ b/static/thesiah.sh @@ -85,8 +85,8 @@ preinstallmsg() { adduserandpass() { # Adds user `$name` with password $pass1. whiptail --infobox "Adding user \"$name\"..." 7 50 - useradd -m -g wheel -s /bin/zsh "$name" >/dev/null 2>&1 || - usermod -a -G wheel "$name" && mkdir -p \ + useradd -m -g wheel -G storage,power,video,audio -s /bin/zsh "$name" >/dev/null 2>&1 || + usermod -a -G wheel,storage,power,video,audio "$name" && mkdir -p \ "/home/$name/.config" \ "/home/$name/.local/bin" \ "/home/$name/.local/share" \ |
