diff --git a/rp-os-ae.sh b/rp-os-ae.sh index ddda1b1..74dc6f9 100644 --- a/rp-os-ae.sh +++ b/rp-os-ae.sh @@ -5,7 +5,7 @@ bold=$(tput bold) # ${bold} normal=$(tput sgr0) # ${normal} yellow=$(tput setaf 3) # ${yellow} -sudo usermod -m -G wheel -s /bin/bash "$USER" +sudo usermod -aG wheel "$USER" # Installing packages