added line to add user to sudo group, if sudo is your cup of tea
This commit is contained in:
parent
2dd52acf55
commit
64b9e372b2
@ -3,6 +3,7 @@ USER="michael"
|
|||||||
|
|
||||||
usermod --shell /bin/zsh root
|
usermod --shell /bin/zsh root
|
||||||
usermod --shell /bin/zsh $USER
|
usermod --shell /bin/zsh $USER
|
||||||
|
#usermod -aG sudo $USER
|
||||||
|
|
||||||
# List gnome extensions to install
|
# List gnome extensions to install
|
||||||
echo -e "\nGnome extensions:"
|
echo -e "\nGnome extensions:"
|
||||||
|
Loading…
Reference in New Issue
Block a user