From 98c8ac0ddfdf99f04fec500a49ab8b704493c63e Mon Sep 17 00:00:00 2001 From: amolinae06 Date: Sun, 18 May 2025 13:15:20 -0600 Subject: [PATCH] Upload files to "/" --- installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer.sh b/installer.sh index 1627642..d318897 100644 --- a/installer.sh +++ b/installer.sh @@ -69,7 +69,7 @@ setup_chroot(){ mkdir alpchroot curl -LO https://dl-cdn.alpinelinux.org/alpine/v3.20/main/x86_64/apk-tools-static-2.14.4-r1.apk tar -xzf apk-tools-static-*.apk - ./sbin/apk.static -X https://dl-cdn.alpinelinux.org/alpine/v3.20/main -U --allow-untrusted -p ${chroot_dir} --initdb add alpine-base + ./sbin/apk.static -X https://dl-cdn.alpinelinux.org/alpine/v3.20/main -U --allow-untrusted -p alpchroot/ --initdb add alpine-base mount -o bind /dev alpchroot/dev mount -t proc none alpchroot/proc mount -o bind /sys alpchroot/sys