Update network.sh

This commit is contained in:
spiritLHLS 2022-12-18 12:07:01 +08:00 committed by GitHub
parent 11f235ebba
commit 9dbb73bf6a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,8 +3,6 @@
#from https://github.com/spiritLHLS/one-click-installation-script
#version: 2022.12.18
GREEN="\033[32m"
PLAIN="\033[0m"
red(){ echo -e "\033[31m\033[01m$1$2\033[0m"; }
green(){ echo -e "\033[32m\033[01m$1$2\033[0m"; }
yellow(){ echo -e "\033[33m\033[01m$1$2\033[0m"; }