diff options
-rw-r--r-- | alpine-chroot.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/alpine-chroot.sh b/alpine-chroot.sh index 79c5b8f..35bd29f 100644 --- a/alpine-chroot.sh +++ b/alpine-chroot.sh @@ -55,7 +55,7 @@ echo "$MIRROR/$VERSION/main" > $CHROOT/etc/apk/repositories # Cleaning up rm -rf sbin -rm -f apk-tools-static-2.1.0-r1.apk +rm -f APK_TOOL echo " " echo "Your Alpine Linux installation in '$CHROOT' is ready now." |