Update chroot_setup.bash

This commit is contained in:
Lemniskett 2020-11-18 01:48:28 +07:00 committed by GitHub
parent 4dae1e30a4
commit 591f6ea3f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,4 +48,4 @@ while true; do
passwd $CHROOT_USER && break
done
sed -i 's/# %wheel ALL=(ALL) NOPASSWD: ALL/%wheel ALL=(ALL) NOPASSWD: ALL/g' /etc/sudoers
echo "Don't forget to run /usr/local/share/archbox/bin/archboxinit in host on boot"
echo "Don't forget to run '/usr/local/share/archbox/bin/archboxinit start' in host on boot"