We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 516d79a commit 48eba62Copy full SHA for 48eba62
build-kali-raw.sh
@@ -24,14 +24,14 @@ export FS_PASS
24
SUITE="kali-rolling"
25
FS_USER="kali"
26
FS_PASS="kali" # no need to sepecify FS_UID & FS_GID cause default is 1001
27
-# OVERRIDER_MIRROR="http://kali.download/kali"
+OVERRIDER_MIRROR="http://http.kali.org/kali"
28
frn="out/${SUITE}-raw"
29
INCLUDE_PACKAGES="sudo apt-utils"
30
OVERRIDER_COMPRESSION_TYPE="gzip"
31
ENABLE_EXIT=true
32
DISABLE_LOCAL_DEBOOTSTRAP=true
33
34
-lwarn "for best results use kali-linux host for building"
+warn "for best results use kali-linux host for building"
35
36
do_debootstrap "${frn}-arm64" arm64
37
do_compress "${frn}-arm64"
0 commit comments