From 46a2b14b09f8fbde6d888c78d019da75805fc48e Mon Sep 17 00:00:00 2001 From: tteckster Date: Mon, 19 Jun 2023 19:16:29 -0400 Subject: [PATCH] Update and rename pve8-install.sh to pve8-upgrade.sh --- misc/{pve8-install.sh => pve8-upgrade.sh} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename misc/{pve8-install.sh => pve8-upgrade.sh} (93%) diff --git a/misc/pve8-install.sh b/misc/pve8-upgrade.sh similarity index 93% rename from misc/pve8-install.sh rename to misc/pve8-upgrade.sh index b9ff380b..c1afc29b 100644 --- a/misc/pve8-install.sh +++ b/misc/pve8-upgrade.sh @@ -8,11 +8,11 @@ header_info() { clear cat <<"EOF" - ____ _ ____________ ____ __ ____ - / __ \ | / / ____( __ ) / _/___ _____/ /_____ _/ / / - / /_/ / | / / __/ / __ | / // __ \/ ___/ __/ __ `/ / / - / ____/| |/ / /___/ /_/ / _/ // / / (__ ) /_/ /_/ / / / -/_/ |___/_____/\____/ /___/_/ /_/____/\__/\__,_/_/_/ + ____ _ ____________ __ ______ __________ ___ ____ ______ + / __ \ | / / ____( __ ) / / / / __ \/ ____/ __ \/ | / __ \/ ____/ + / /_/ / | / / __/ / __ | / / / / /_/ / / __/ /_/ / /| | / / / / __/ + / ____/| |/ / /___/ /_/ / / /_/ / ____/ /_/ / _, _/ ___ |/ /_/ / /___ +/_/ |___/_____/\____/ \____/_/ \____/_/ |_/_/ |_/_____/_____/ EOF }