Skip to content

Commit

Permalink
fix: noble updater
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs committed Jul 28, 2024
1 parent b2be91e commit e9eaaae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/box
Original file line number Diff line number Diff line change
Expand Up @@ -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"
;;
*)
Expand Down

0 comments on commit e9eaaae

Please sign in to comment.