From e9eaaaecdb68df6665e81b7b47f254b6d0f1b10a Mon Sep 17 00:00:00 2001 From: liaralabs Date: Sun, 28 Jul 2024 10:43:54 -0700 Subject: [PATCH] fix: noble updater --- scripts/box | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/box b/scripts/box index 79a884bc2..2ac6c74b6 100755 --- a/scripts/box +++ b/scripts/box @@ -138,7 +138,7 @@ function _update() { #Checking for EOL releases case "$(_os_codename)" in - "focal" | "buster" | "bullseye" | "jammy" | "bookworm") + "focal" | "buster" | "bullseye" | "jammy" | "bookworm" | "noble") echo_log_only "OS supported" ;; *)