1
1
mirror of https://github.com/ellie/atuin.git synced 2024-08-17 17:00:33 +03:00

feat(install): add Tuxedo OS (#2018)

Add Tuxedo OS to the list of Debian-compatible OSes.
This commit is contained in:
Pierluigi 2024-05-14 05:03:25 +02:00 committed by GitHub
parent ce67e52772
commit 5d24fbfab6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -103,7 +103,7 @@ __atuin_install_linux(){
case "$OS" in
"arch" | "manjarolinux" | "endeavouros")
__atuin_install_arch;;
"ubuntu" | "ubuntuwsl" | "debian" | "linuxmint" | "parrot" | "kali" | "elementary" | "pop" | "neon")
"ubuntu" | "ubuntuwsl" | "debian" | "linuxmint" | "parrot" | "kali" | "elementary" | "pop" | "neon" | "tuxedo")
__atuin_install_deb_based;;
*)
# TODO: download a binary or smth