Update install_pve.sh

This commit is contained in:
spiritlhl 2023-07-31 14:52:12 +08:00 committed by GitHub
parent 3b1f438bee
commit 8b8f13ff7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"; }