diff --git a/installer.sh b/installer.sh index b41607a..f5f354c 100644 --- a/installer.sh +++ b/installer.sh @@ -86,7 +86,7 @@ setup_chroot(){ cp -L /etc/resolv.conf alpchroot/etc/ chown -R "$user":"$user" alpchroot/ >/dev/null 2>&1 mkdir -p alpchroot/etc/apk - echo "https://dl-cdn.alpinelinux.org/alpine/latest-stable/main" > alpchroot/etc/apk/repositories + cp /etc/apk/repositories alpchroot/etc/apk/repositories apk del curl }