[presets] update xfce

This commit is contained in:
Philip Müller
2020-07-07 08:54:37 +02:00
parent b42f2f41b2
commit 315f2c5a62
2 changed files with 2 additions and 1 deletions

View File

@@ -5,5 +5,6 @@ set -eux
useradd -m ${ALMA_USER}
passwd ${ALMA_USER}
usermod -G users,lp,video,network,storage,wheel,audio -a ${ALMA_USER}
echo "%wheel ALL=(ALL) ALL" > /etc/sudoers.d/99_wheel
"""
environment_variables = ["ALMA_USER"]