Skip to content

Commit 48eba62

Browse files
change mirror
1 parent 516d79a commit 48eba62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-kali-raw.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,14 +24,14 @@ export FS_PASS
2424
SUITE="kali-rolling"
2525
FS_USER="kali"
2626
FS_PASS="kali" # no need to sepecify FS_UID & FS_GID cause default is 1001
27-
# OVERRIDER_MIRROR="http://kali.download/kali"
27+
OVERRIDER_MIRROR="http://http.kali.org/kali"
2828
frn="out/${SUITE}-raw"
2929
INCLUDE_PACKAGES="sudo apt-utils"
3030
OVERRIDER_COMPRESSION_TYPE="gzip"
3131
ENABLE_EXIT=true
3232
DISABLE_LOCAL_DEBOOTSTRAP=true
3333

34-
lwarn "for best results use kali-linux host for building"
34+
warn "for best results use kali-linux host for building"
3535

3636
do_debootstrap "${frn}-arm64" arm64
3737
do_compress "${frn}-arm64"

0 commit comments

Comments
 (0)