This commit is contained in:
Girish Ramakrishnan
2026-02-17 18:48:07 +01:00
parent b8ae46b6df
commit 3ef990b0bf
2 changed files with 2 additions and 4 deletions
+1 -1
View File
@@ -74,7 +74,7 @@ readonly is_update=$(systemctl is-active -q box && echo "yes" || echo "no")
log "Updating from $(cat $box_src_dir/VERSION 2>/dev/null) to $(cat $box_src_next_dir/VERSION 2>/dev/null)"
if [[ "${ubuntu_version}" == "22.04" ]]; then
if [[ "${ubuntu_version}" == "20.04" ]]; then
log "This Cloudron version requires atleast Ubuntu 22.04. Please upgrade following https://docs.cloudron.io/guides/upgrade-ubuntu-22/"
exit 2
fi