chore: remove ubuntu 18 support

End of support in 6/2023. node.js 18.x not supported in nodesource repo
This commit is contained in:
Roni Väyrynen
2023-05-15 10:16:15 +03:00
parent 9222f17f9a
commit 3d0fb815e8
2 changed files with 2 additions and 3 deletions

View File

@@ -1289,8 +1289,8 @@ function CheckOS {
exit 1
fi
if [[ "$OSNAME" == "Ubuntu" ]] && [[ ! "$OSVERSION" =~ ^(18|20|22)$ ]]; then
printfail "Only Ubuntu 18/20/22 supported"
if [[ "$OSNAME" == "Ubuntu" ]] && [[ ! "$OSVERSION" =~ ^(20|22)$ ]]; then
printfail "Only Ubuntu 20/22 supported"
exit 1
fi