part focal support

part of #684
This commit is contained in:
Girish Ramakrishnan
2020-05-23 14:49:02 -07:00
parent 5cd3df4869
commit 7d36533524
3 changed files with 11 additions and 10 deletions

View File

@@ -83,7 +83,7 @@ fi
# Only --help works with mismatched ubuntu
ubuntu_version=$(lsb_release -rs)
if [[ "${ubuntu_version}" != "16.04" && "${ubuntu_version}" != "18.04" ]]; then
if [[ "${ubuntu_version}" != "16.04" && "${ubuntu_version}" != "18.04" && "${ubuntu_version}" != "20.04" ]]; then
echo "Cloudron requires Ubuntu 16.04 or 18.04" > /dev/stderr
exit 1
fi