From c632a1d3f1a1036e79815f3c7c6f3f13ec75e10f Mon Sep 17 00:00:00 2001 From: RP1 Date: Fri, 20 Dec 2024 22:57:30 +0100 Subject: [PATCH] asdasd# Please enter the commit message for your changes. Lines starting --- rp-os-ae.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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