diff --git a/base.sh b/base.sh index 5cdf931..0294dd1 100755 --- a/base.sh +++ b/base.sh @@ -46,7 +46,7 @@ echo "root:$root_passwd" | chpasswd useradd -mG wheel "$username" -s "${default_shell-/bin/bash}" echo "$username:$user_passwd" | chpasswd -sed -i '/^# %wheel\s\+ALL=(ALL:ALL)\s\+ALL/s/^#\s*//' /etc/sudoers +sed -i '/^#\s*%wheel\s\+ALL=(ALL:ALL)\s\+ALL/s/^#\s*//' /etc/sudoers # Bootloader bootctl install