From b2baff3cc0301ab0a7f8a432ca5f95c504a72c82 Mon Sep 17 00:00:00 2001 From: TommyTran732 <57488583+tommytran732@users.noreply.github.com> Date: Fri, 9 Apr 2021 16:29:30 -0400 Subject: [PATCH] Remove BINARIES() It works just fine without it. Not sure why you have to specify it there. --- easy-arch.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/easy-arch.sh b/easy-arch.sh index 3a37a9c..c1cb287 100644 --- a/easy-arch.sh +++ b/easy-arch.sh @@ -106,8 +106,7 @@ cat > /mnt/etc/hosts </dev/null systemctl enable snapper-cleanup.timer --root=/mnt &>/dev/null echo "Done, you may now wish to reboot (further changes can be done by chrooting into /mnt)." -exit \ No newline at end of file +exit