Compare commits
3 Commits
728830f74d
...
f0d7106188
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f0d7106188 | ||
|
|
a23ed15637 | ||
|
|
4f5a803ee4 |
@ -33,7 +33,7 @@ detectOS() {
|
|||||||
|
|
||||||
# Check if this is a tested/supported version
|
# Check if this is a tested/supported version
|
||||||
if [[ ("$OS_TYPE" == "Debian" && ! "$OS_VERSION" =~ ^(10|11|12|13)$) ||
|
if [[ ("$OS_TYPE" == "Debian" && ! "$OS_VERSION" =~ ^(10|11|12|13)$) ||
|
||||||
("$OS_TYPE" == "Ubuntu" && ! "$OS_VERSION" =~ ^(18.04|20.04|22.04)$) ]]; then
|
("$OS_TYPE" == "Ubuntu" && ! "$OS_VERSION" =~ ^(18\.04|20\.04|22\.04|24\.04|26\.04)$) ]]; then
|
||||||
isNotice "This OS version ($OS_VERSION) is untested and may not be fully supported."
|
isNotice "This OS version ($OS_VERSION) is untested and may not be fully supported."
|
||||||
while true; do
|
while true; do
|
||||||
read -rp "Do you wish to continue anyway? (y/n): " oswarningaccept
|
read -rp "Do you wish to continue anyway? (y/n): " oswarningaccept
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user