Update termux-install.sh

Fix Wrong Get link for VirusTotal
This commit is contained in:
Abhi
2023-12-18 23:35:03 +05:30
committed by GitHub
parent c4b1d6dd49
commit 1b3ed56e36

View File

@@ -71,7 +71,7 @@ fi
echo
echo "Enter VT_KEY for VirusTotal"
echo "You can get it here -> https://www.remove.bg/dashboard#api-key"
echo "You can get it here -> https://www.virustotal.com/"
read -r -p "VT_KEY > " vt_key
if [[ $vt_key = "" ]]; then