[util] remove audio group as pulse don't need it

This commit is contained in:
Philip 2016-05-14 12:46:23 +02:00
parent 32c9f536cc
commit 118d70655f

View file

@ -407,7 +407,7 @@ load_profile_config(){
[[ -z ${password} ]] && password="manjaro" [[ -z ${password} ]] && password="manjaro"
if [[ -z ${addgroups} ]];then if [[ -z ${addgroups} ]];then
addgroups="video,audio,power,disk,storage,optical,network,lp,scanner,wheel" addgroups="video,power,disk,storage,optical,network,lp,scanner,wheel"
fi fi
if [[ -z ${start_systemd[@]} ]];then if [[ -z ${start_systemd[@]} ]];then