Fixed problem with wheel in build stormux, no longer need file.
This commit is contained in:
parent
94901ad855
commit
b3f93cc9db
@ -169,8 +169,7 @@ rm -rf yay
|
|||||||
yay -S --noconfirm fenrir-git growpartfs
|
yay -S --noconfirm fenrir-git growpartfs
|
||||||
exit
|
exit
|
||||||
# Configure sudo for group wheel, remove nopasswd for the stormux user
|
# Configure sudo for group wheel, remove nopasswd for the stormux user
|
||||||
sed '/stormux/d' /etc/sudoers.d/wheel
|
echo '%wheel ALL=(ALL) ALL' > /etc/sudoers.d/wheel
|
||||||
sed 's/^# %wheel ALL=(ALL) ALL$/%wheel ALL=(ALL) ALL/' /etc/sudoers.d/wheel
|
|
||||||
# Set the hostname
|
# Set the hostname
|
||||||
echo stormux > /etc/hostname
|
echo stormux > /etc/hostname
|
||||||
# Enable services
|
# Enable services
|
||||||
|
@ -1 +0,0 @@
|
|||||||
%wheel ALL=(ALL) ALL
|
|
Loading…
Reference in New Issue
Block a user