always show upgrade on next channel

This commit is contained in:
Andras Bacsai
2023-06-23 13:22:29 +02:00
parent 1dc3c77bc9
commit bc89483d47
2 changed files with 10 additions and 0 deletions

View File

@@ -23,6 +23,11 @@ if [ $OS_TYPE != "ubuntu" ] && [ $OS_TYPE != "debian" ]; then
exit
fi
# Ovewrite LATEST_VERSION if user pass a version number
if [ "$1" != "" ]; then
LATEST_VERSION=$1
fi
echo -e "-------------"
echo -e "Welcome to Coolify v4 beta installer!"
echo -e "This script will install everything for you."