Skip to content

Commit 920a238

Browse files
authored
Merge pull request Z4nzu#69 from epushor/patch-1
Update install.sh
2 parents c81c08c + d8796a1 commit 920a238

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ INSTALL_DIR="/usr/share/doc/hackingtool"
3939
BIN_DIR="/usr/bin/"
4040
if [ $choice == 1 ]; then
4141
echo "[*] Checking Internet Connection .."
42-
wget -q --tries=10 --timeout=20 --spider http://google.com
42+
wget -q --tries=10 --timeout=20 --spider https://google.com
4343
if [[ $? -eq 0 ]]; then
4444
echo -e ${BLUE}"[✔] Loading ... "
4545
sudo apt-get update && apt-get upgrade

0 commit comments

Comments
 (0)