mirror of https://github.com/tteck/Proxmox.git
Update post-install-v3.sh
This commit is contained in:
parent
cb25648e76
commit
53e7ac0dcd
|
@ -13,7 +13,7 @@ HOLD="-"
|
||||||
CM="${GN}✓${CL}"
|
CM="${GN}✓${CL}"
|
||||||
CROSS="${RD}✗${CL}"
|
CROSS="${RD}✗${CL}"
|
||||||
|
|
||||||
echo -e "\e[1;33m This script will Preform Post Install Routines. PVE7 ONLY \e[0m"
|
echo -e "\e[1;33m This script will Perform Post Install Routines. PVE7 ONLY \e[0m"
|
||||||
while true; do
|
while true; do
|
||||||
read -p "Start the PVE7 Post Install Script (y/n)?" yn
|
read -p "Start the PVE7 Post Install Script (y/n)?" yn
|
||||||
case $yn in
|
case $yn in
|
||||||
|
|
Loading…
Reference in New Issue