Skip to content

Commit 1987077

Browse files
authored
Update flashAntihunter.sh
1 parent fe3abf2 commit 1987077

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dist/flashAntihunter.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ set -e
33

44
ESPTOOL_REPO="https://github.com/alphafox02/esptool"
55
FIRMWARE_OPTIONS=(
6-
"AntiHunter Full - v0.6.8 Beta :https://github.com/lukeswitz/AntiHunter/raw/refs/heads/main/Dist/ah_beta_v06_9_full.bin"
7-
"AntiHunter Headless - v0.6.8 Beta:https://github.com/lukeswitz/AntiHunter/raw/refs/heads/main/Dist/ah_beta_v06_9_headless.bin"
6+
"AntiHunter Full - v0.7.0 Beta :https://github.com/lukeswitz/AntiHunter/raw/refs/heads/main/Dist/ah_beta_v07_0_full.bin"
7+
"AntiHunter Headless - v0.7.0 Beta:https://github.com/lukeswitz/AntiHunter/raw/refs/heads/main/Dist/ah_beta_v07_0_headless.bin"
88
)
99
ESPTOOL_DIR="esptool"
1010
CUSTOM_BIN=""
@@ -516,4 +516,4 @@ if [ -z "$CUSTOM_BIN" ] && [ "$choice" -le "${#FIRMWARE_OPTIONS[@]}" ]; then
516516
fi
517517

518518
echo ""
519-
echo "Done."
519+
echo "Done."

0 commit comments

Comments
 (0)