Update network.sh

This commit is contained in:
spiritLHLS 2022-12-17 19:14:15 +08:00 committed by GitHub
parent 57e96d6e59
commit 0048abd808
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,4 +1,7 @@
#!/bin/bash
#by spiritlhl
#from https://github.com/spiritLHLS/one-click-installation-script
#version: 2022.12.17
# Try to ping Google.com
if ping -c 1 google.com; then