From 591f6ea3f9129d14e4383eb21c34d26e8cfad459 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Wed, 18 Nov 2020 01:48:28 +0700 Subject: [PATCH] Update chroot_setup.bash --- chroot_setup.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chroot_setup.bash b/chroot_setup.bash index 206fe62..d3a799c 100755 --- a/chroot_setup.bash +++ b/chroot_setup.bash @@ -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"