From 04663e665b666319feb48ae98b482d1d48b584f8 Mon Sep 17 00:00:00 2001 From: Lemniskett Date: Thu, 18 Feb 2021 20:40:49 +0700 Subject: [PATCH] Update install.sh --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 17484e7..813bdf8 100755 --- a/install.sh +++ b/install.sh @@ -12,7 +12,7 @@ install -v -D -m 755 ./remount_run.bash $PREFIX/share/archbox/bin/remount_run install -v -D -m 755 ./chroot_setup.bash $PREFIX/share/archbox/chroot_setup.bash install -v -D -m 755 ./archboxinit.bash $PREFIX/share/archbox/bin/archboxinit -grep 'PREFIX' /etc/archbox.conf >/dev/null 2>&1 || cat << EOF >> /etc/archbox.conf +grep 'PREFIX=' /etc/archbox.conf >/dev/null 2>&1 || cat << EOF >> /etc/archbox.conf # Don't change this unless you know what you're doing. PREFIX="$PREFIX"