From 1b3ed56e3681b190556b0411273025a02915c0ee Mon Sep 17 00:00:00 2001 From: Abhi <85984486+AbhiTheModder@users.noreply.github.com> Date: Mon, 18 Dec 2023 23:35:03 +0530 Subject: [PATCH] Update termux-install.sh Fix Wrong Get link for VirusTotal --- termux-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/termux-install.sh b/termux-install.sh index d1b9622..14a415f 100644 --- a/termux-install.sh +++ b/termux-install.sh @@ -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