Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions kalinethunter.sh
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ getsha() {
# Utility function to check integrity
checkintegrity() {
printf "\n${blue} [*] Checking integrity of file..."
prinf "\n [*] The script will immediately terminate in case of integrity failure"
printf "\n [*] The script will immediately terminate in case of integrity failure"
printf "${reset}\n"
sha512sum -c $rootfs.sha512sum || \\
{
Expand Down Expand Up @@ -229,7 +229,7 @@ if [[ ! -z $1 ]]; then
fi

printf "\n${yellow} You are going to install Kali Nethunter"
printf "\n In Termux Without Root ;) Cool"
printf "\n In Termux Without Root ;) Cool\n\n"

pre_cleanup
checksysinfo
Expand Down