OS Support - AlmaLinux 8.0 +

This commit is contained in:
mhsanaei 2024-09-25 11:19:41 +02:00
parent 4bea427c79
commit 19b95829e0
No known key found for this signature in database
GPG key ID: 4DACC0663B5986F5
6 changed files with 10 additions and 10 deletions

View file

@ -223,7 +223,7 @@ location /sub {
- Parch Linux
- Manjaro
- Armbian
- AlmaLinux 8+
- AlmaLinux 8.0+
- Rocky Linux 8+
- Oracle Linux 8+
- OpenSUSE Tubleweed

View file

@ -250,7 +250,7 @@ location /sub {
- Parch Linux
- Manjaro
- Armbian
- AlmaLinux 8+
- AlmaLinux 8.0+
- Rocky Linux 8+
- Oracle Linux 8+
- OpenSUSE Tubleweed

View file

@ -249,7 +249,7 @@ location /sub {
- Parch Linux
- Manjaro
- Armbian
- AlmaLinux 8+
- AlmaLinux 8.0+
- Rocky Linux 8+
- Oracle Linux 8+
- OpenSUSE Tubleweed

View file

@ -246,7 +246,7 @@ location /sub {
- Parch Linux
- Manjaro
- Armbian
- AlmaLinux 8+
- AlmaLinux 8.0+
- Rocky Linux 8+
- Oracle Linux 8+
- OpenSUSE Tubleweed

View file

@ -72,8 +72,8 @@ elif [[ "${release}" == "debian" ]]; then
echo -e "${red} Please use Debian 11 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "almalinux" ]]; then
if [[ ${os_version} -lt 8 ]]; then
echo -e "${red} Please use AlmaLinux 8 or higher ${plain}\n" && exit 1
if [[ ${os_version} -lt 80 ]]; then
echo -e "${red} Please use AlmaLinux 8.0 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "rocky" ]]; then
if [[ ${os_version} -lt 8 ]]; then
@ -94,7 +94,7 @@ else
echo "- Parch Linux"
echo "- Manjaro"
echo "- Armbian"
echo "- AlmaLinux 8+"
echo "- AlmaLinux 8.0+"
echo "- Rocky Linux 8+"
echo "- Oracle Linux 8+"
echo "- OpenSUSE Tumbleweed"

View file

@ -69,8 +69,8 @@ elif [[ "${release}" == "debian" ]]; then
echo -e "${red} Please use Debian 11 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "almalinux" ]]; then
if [[ ${os_version} -lt 8 ]]; then
echo -e "${red} Please use AlmaLinux 8 or higher ${plain}\n" && exit 1
if [[ ${os_version} -lt 80 ]]; then
echo -e "${red} Please use AlmaLinux 8.0 or higher ${plain}\n" && exit 1
fi
elif [[ "${release}" == "rocky" ]]; then
if [[ ${os_version} -lt 8 ]]; then
@ -91,7 +91,7 @@ else
echo "- Parch Linux"
echo "- Manjaro"
echo "- Armbian"
echo "- AlmaLinux 8+"
echo "- AlmaLinux 8.0+"
echo "- Rocky Linux 8+"
echo "- Oracle Linux 8+"
echo "- OpenSUSE Tumbleweed"