Merge pull request #183 from ronivay/chore/remove-ubuntu18-support
chore: remove ubuntu 18 support
This commit is contained in:
@@ -46,7 +46,6 @@ Supported Linux distributions and versions:
|
|||||||
- Debian 10
|
- Debian 10
|
||||||
- Ubuntu 22.04
|
- Ubuntu 22.04
|
||||||
- Ubuntu 20.04
|
- Ubuntu 20.04
|
||||||
- Ubuntu 18.04
|
|
||||||
|
|
||||||
Only x86_64 architecture is supported. For all those raspberry pi users out there, check [container](https://hub.docker.com/r/ronivay/xen-orchestra) instead.
|
Only x86_64 architecture is supported. For all those raspberry pi users out there, check [container](https://hub.docker.com/r/ronivay/xen-orchestra) instead.
|
||||||
|
|
||||||
|
@@ -1289,8 +1289,8 @@ function CheckOS {
|
|||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [[ "$OSNAME" == "Ubuntu" ]] && [[ ! "$OSVERSION" =~ ^(18|20|22)$ ]]; then
|
if [[ "$OSNAME" == "Ubuntu" ]] && [[ ! "$OSVERSION" =~ ^(20|22)$ ]]; then
|
||||||
printfail "Only Ubuntu 18/20/22 supported"
|
printfail "Only Ubuntu 20/22 supported"
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user