Update default deployment to RedHat 9
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Adrien Reslinger 2022-07-16 12:47:42 +02:00
parent 42884f15da
commit daf6a3948e
Signed by: adrien
GPG key ID: DA7B27055C66D6DE

View file

@ -9,17 +9,17 @@ for PARAM in "$@"; do
--nocrypt) HDDCRYPT=false ;; --nocrypt) HDDCRYPT=false ;;
--noswap) NOSWAP=false ;; --noswap) NOSWAP=false ;;
--desktop) DESKTOP=desktop ;; --desktop) DESKTOP=desktop ;;
--help) --help|-h)
echo "syntaxe: $0 [--help] [--static] [--version=7|8|9] [--distrib=RedHat|CentOS|AlmaLinux|RockyLinux] [--nouefi] [--nocrypt] [--desktop] [--noswap]" echo "syntaxe: $0 [--help] [--static] [--version=7|8|9] [--distrib=RedHat|CentOS|AlmaLinux|RockyLinux] [--nouefi] [--nocrypt] [--desktop] [--noswap]"
exit 0 exit 0
;; ;;
esac esac
done done
if [ -z "${DIST_VERSION}" ]; then if [ -z "${DIST_VERSION}" ]; then
DIST_VERSION=8 DIST_VERSION=9
fi fi
if [ -z "${DISTRIB}" ]; then if [ -z "${DISTRIB}" ]; then
DISTRIB="RockyLinux" DISTRIB="RedHat"
fi fi