Skip to content

Commit

Permalink
meta: enable Noble installations
Browse files Browse the repository at this point in the history
  • Loading branch information
liaralabs committed May 11, 2024
1 parent 83982f0 commit 16396ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ _os() {
echo_error "Your distribution ($distribution) is not supported. Swizzin requires Ubuntu or Debian."
exit 1
fi
if [[ ! $codename =~ ^(buster|focal|bullseye|jammy|bookworm)$ ]]; then
if [[ ! $codename =~ ^(buster|focal|bullseye|jammy|bookworm|noble)$ ]]; then
echo_error "Your release ($codename) of $distribution is not supported."
exit 1
fi
Expand Down

0 comments on commit 16396ce

Please sign in to comment.