We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c81c08c + d8796a1 commit 920a238Copy full SHA for 920a238
install.sh
@@ -39,7 +39,7 @@ INSTALL_DIR="/usr/share/doc/hackingtool"
39
BIN_DIR="/usr/bin/"
40
if [ $choice == 1 ]; then
41
echo "[*] Checking Internet Connection .."
42
- wget -q --tries=10 --timeout=20 --spider http://google.com
+ wget -q --tries=10 --timeout=20 --spider https://google.com
43
if [[ $? -eq 0 ]]; then
44
echo -e ${BLUE}"[✔] Loading ... "
45
sudo apt-get update && apt-get upgrade
0 commit comments