renamed USER var to LOCAL_USER since the system uses a var named USER and I dont wanna overwrite that :p
This commit is contained in:
parent
8dbe3402af
commit
2c7b3d0f1a
@ -1,8 +1,9 @@
|
||||
# unprivileged user's name, change this if it isnt right
|
||||
USER="michael"
|
||||
LOCAL_USER="michael"
|
||||
|
||||
# change default shells for root and unpriv-user to zsh
|
||||
usermod --shell /bin/zsh root
|
||||
usermod --shell /bin/zsh $USER
|
||||
usermod --shell /bin/zsh $LOCAL_USER
|
||||
#usermod -aG sudo $USER
|
||||
|
||||
# List gnome extensions to install
|
||||
|
Loading…
Reference in New Issue
Block a user