From 6be8d732aab5d25ea1c4e18d43d1e8d0d808201f Mon Sep 17 00:00:00 2001 From: downtownallday Date: Mon, 27 Jun 2022 11:03:58 -0400 Subject: [PATCH] Fix comment --- setup/preflight.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup/preflight.sh b/setup/preflight.sh index bd6d65b7..e921f298 100644 --- a/setup/preflight.sh +++ b/setup/preflight.sh @@ -7,7 +7,7 @@ if [[ $EUID -ne 0 ]]; then exit 1 fi -# Check that we are running on Ubuntu 20.04 LTS (or 20.04.xx). +# Check that we are running on Ubuntu 22.04 LTS (or 22.04.xx). if [ "$( lsb_release --id --short )" != "Ubuntu" ] || [ "$( lsb_release --release --short )" != "22.04" ]; then echo "Mail-in-a-Box only supports being installed on Ubuntu 22.04, sorry. You are running:" echo