Skip to content

Commit

Permalink
server: add ubuntu24.04 to supported OS
Browse files Browse the repository at this point in the history
Fixes: #64
  • Loading branch information
yaronkaikov committed May 21, 2024
1 parent 2f6e8ad commit 8919716
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ check_debian_ubuntu_version() {
esac
elif [[ "$ID" == "ubuntu" ]]; then
case "$VERSION_ID" in
"16.04"|"18.04"|"20.04"|"22.04")
"16.04"|"18.04"|"20.04"|"22.04"|"24.04")
return 0
;;
*)
Expand Down

0 comments on commit 8919716

Please sign in to comment.