[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 b0923b1007
commit bdadb4d3d7

View file

@ -409,7 +409,7 @@ load_profile_config(){
[[ -z ${password} ]] && password="manjaro"
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
if [[ -z ${start_systemd[@]} ]];then