Skip to content

Commit

Permalink
add tuxedo support
Browse files Browse the repository at this point in the history
  • Loading branch information
sparsick authored and mkasberg committed Feb 17, 2025
1 parent 3fd560a commit 91eb85d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ source /etc/os-release
ARCH=$(dpkg --print-architecture)

case "$ID" in
ubuntu|pop)
ubuntu|pop|tuxedo)
if [[ "$VERSION_ID" =~ ^(24.10|24.04|22.04)$ ]]; then
SUFFIX="${ARCH}_${VERSION_ID}"
else
Expand Down

0 comments on commit 91eb85d

Please sign in to comment.