Merge pull request #127 from michaelr0/almalinux-9
Add almalinux 9 to the checks
This commit is contained in:
@@ -37,6 +37,7 @@ First thing you need is a VM (or even a physical machine if you wish) where to i
|
|||||||
Supported Linux distributions and versions:
|
Supported Linux distributions and versions:
|
||||||
|
|
||||||
- CentOS 8 Stream
|
- CentOS 8 Stream
|
||||||
|
- AlmaLinux 9
|
||||||
- AlmaLinux 8
|
- AlmaLinux 8
|
||||||
- Rocky Linux 8
|
- Rocky Linux 8
|
||||||
- Debian 11
|
- Debian 11
|
||||||
|
@@ -1265,9 +1265,8 @@ function CheckOS {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# for future if/when something above 8 is released
|
if [[ "$OSNAME" == "AlmaLinux" ]] && [[ ! "$OSVERSION" =~ ^(8|9)$ ]]; then
|
||||||
if [[ "$OSNAME" == "AlmaLinux" ]] && [[ "$OSVERSION" != "8" ]]; then
|
printfail "Only AlmaLinux 8/9 supported"
|
||||||
printfail "Only AlmaLinux 8 supported"
|
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user