mirror of
https://github.com/spiritLHLS/one-click-installation-script.git
synced 2024-11-16 12:02:19 +08:00
Update network.sh
This commit is contained in:
parent
11f235ebba
commit
9dbb73bf6a
|
@ -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"; }
|
||||
|
|
Loading…
Reference in New Issue
Block a user