From 9d5ea87a054b98e5b69284dddebb754709bacf13 Mon Sep 17 00:00:00 2001 From: Dave Date: Mon, 27 Nov 2023 16:05:38 +0700 Subject: [PATCH] Changed base -> based on nethunter.sh at /Scripts/Installer/Nethunter --- Scripts/Installer/Nethunter/nethunter.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scripts/Installer/Nethunter/nethunter.sh b/Scripts/Installer/Nethunter/nethunter.sh index 47a00e6..6d9a8a4 100644 --- a/Scripts/Installer/Nethunter/nethunter.sh +++ b/Scripts/Installer/Nethunter/nethunter.sh @@ -7,7 +7,7 @@ fi tarball="nethunter-rootfs.tar.gz" if [ "$first" != 1 ];then if [ ! -f $tarball ]; then - echo "Download Rootfs, this may take a while base on your internet speed." + echo "Download Rootfs, this may take a while based on your internet speed." case `dpkg --print-architecture` in aarch64) archurl="arm64" ;;