Fixed problem with wheel in build stormux, no longer need file.

This commit is contained in:
Storm Dragon 2021-10-19 20:46:54 -04:00
parent 94901ad855
commit b3f93cc9db
2 changed files with 1 additions and 3 deletions

View File

@ -169,8 +169,7 @@ rm -rf yay
yay -S --noconfirm fenrir-git growpartfs
exit
# Configure sudo for group wheel, remove nopasswd for the stormux user
sed '/stormux/d' /etc/sudoers.d/wheel
sed 's/^# %wheel ALL=(ALL) ALL$/%wheel ALL=(ALL) ALL/' /etc/sudoers.d/wheel
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
# Set the hostname
echo stormux > /etc/hostname
# Enable services

View File

@ -1 +0,0 @@
%wheel ALL=(ALL) ALL