From 017f74f63e3303cf33380b191fabb9ae3b376ad1 Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Tue, 4 Feb 2025 16:09:57 +0100 Subject: [PATCH] Acknowledge compatibility with 24.10 --- boot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.sh b/boot.sh index 746c6e2..b489a85 100755 --- a/boot.sh +++ b/boot.sh @@ -9,7 +9,7 @@ ascii_art='________ __ ___. ' echo -e "$ascii_art" -echo "=> Omakub is for fresh Ubuntu 24.04 installations only!" +echo "=> Omakub is for fresh Ubuntu 24.04+ installations only!" echo -e "\nBegin installation (or abort with ctrl+c)..." sudo apt-get update >/dev/null