mirror of
https://github.com/atuinsh/atuin.git
synced 2025-01-11 16:59:09 +01:00
feat(install): Update install.sh to support KDE Neon (#1908)
KDE Neon is based on Ubuntu 22.04, but the OS List for Ubuntu-based distros does not have the string "neon". This commit adds it.
This commit is contained in:
parent
5c4afd6a13
commit
5c54c2afed
@ -103,7 +103,7 @@ __atuin_install_linux(){
|
||||
case "$OS" in
|
||||
"arch" | "manjarolinux" | "endeavouros")
|
||||
__atuin_install_arch;;
|
||||
"ubuntu" | "ubuntuwsl" | "debian" | "linuxmint" | "parrot" | "kali" | "elementary" | "pop")
|
||||
"ubuntu" | "ubuntuwsl" | "debian" | "linuxmint" | "parrot" | "kali" | "elementary" | "pop" | "neon")
|
||||
__atuin_install_ubuntu;;
|
||||
*)
|
||||
# TODO: download a binary or smth
|
||||
|
Loading…
Reference in New Issue
Block a user