Browse Source

patch group name

Casey DeLorme 2 years ago
parent
commit
8c9f96dd59
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch.sh

+ 1 - 1
arch.sh

@@ -216,7 +216,7 @@ if [[ -n "$username" && -n "$password" ]]; then
 	fi
 
 	# add user to standard groups
-	usermod -aG users,sudo,adm,input,audio,video,disk,storage,lp,vboxuser $username
+	usermod -aG users,sudo,adm,input,audio,video,disk,storage,lp,vboxusers $username
 
 	# generate postgres user and user database
 	systemctl start postgresql