From b0ba2cf91f3a75ca32304201131571ad87c5cc90 Mon Sep 17 00:00:00 2001 From: davidovski Date: Sun, 2 Jan 2022 23:28:16 +0000 Subject: reverted root check for postinstall scripts --- install-system.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'install-system.sh') diff --git a/install-system.sh b/install-system.sh index 4383485..33766e1 100755 --- a/install-system.sh +++ b/install-system.sh @@ -31,8 +31,9 @@ ln -s usr/local usr xi sync xi -nyl --root . install $(ls /var/lib/xipkg/packages/core) -xi -nyl --root . install xipkg xi -nyl --root . keyimport $KEY +# chroot into the system to install xipkg and any postinstall scripts +xi -nyl --root . install xipkg cd bin ln -s bash sh -- cgit v1.2.1