Skip to content

Commit

Permalink
fix: use 2024.3 branch from kali-nethunter-project
Browse files Browse the repository at this point in the history
  • Loading branch information
Yttehs-HDX committed Oct 29, 2024
1 parent ae88ea1 commit 8076660
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion patch-nethunter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [ -d "$NETHUNTER_PROJECT_DIR" ]; then
git -C $NETHUNTER_PROJECT_DIR pull
else
echo "[!] $NETHUNTER_PROJECT_DIR not exits, start cloning..."
git clone https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-project --depth=1
git clone https://gitlab.com/kalilinux/nethunter/build-scripts/kali-nethunter-project --depth=1 --branch=2024.3
fi

mkdir -p $(pwd)/$NETHUNTER_PROJECT_DIR/nethunter-installer/devices
Expand Down

0 comments on commit 8076660

Please sign in to comment.