You've already forked hackingtool
mirror of
https://github.com/Z4nzu/hackingtool.git
synced 2025-06-20 06:15:54 +02:00
@ -39,7 +39,7 @@ INSTALL_DIR="/usr/share/doc/hackingtool"
|
||||
BIN_DIR="/usr/bin/"
|
||||
if [ $choice == 1 ]; then
|
||||
echo "[*] Checking Internet Connection .."
|
||||
wget -q --tries=10 --timeout=20 --spider http://google.com
|
||||
wget -q --tries=10 --timeout=20 --spider https://google.com
|
||||
if [[ $? -eq 0 ]]; then
|
||||
echo -e ${BLUE}"[✔] Loading ... "
|
||||
sudo apt-get update && apt-get upgrade
|
||||
|
Reference in New Issue
Block a user