added line to add user to sudo group, if sudo is your cup of tea

This commit is contained in:
Michael Scalzetti 2022-03-25 16:39:42 -04:00
parent 2dd52acf55
commit 64b9e372b2

View File

@ -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:"