mirror of
https://github.com/thelittlerocket/pve.git
synced 2024-11-13 10:38:05 +08:00
Update install_pve.sh
This commit is contained in:
parent
3b1f438bee
commit
8b8f13ff7e
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@
|
|||
# 2023.07.31
|
||||
|
||||
|
||||
# cd /root >/dev/null 2>&1
|
||||
cd /root >/dev/null 2>&1
|
||||
_red() { echo -e "\033[31m\033[01m$@\033[0m"; }
|
||||
_green() { echo -e "\033[32m\033[01m$@\033[0m"; }
|
||||
_yellow() { echo -e "\033[33m\033[01m$@\033[0m"; }
|
||||
|
|
Loading…
Reference in a new issue