Skip to content

Commit

Permalink
feat(install): Update install.sh to support KDE Neon (atuinsh#1908)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
dacog authored and ivan-toriya committed Apr 2, 2024
1 parent 3f7d304 commit 99e6292
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 @@ -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_deb_based;;
*)
# TODO: download a binary or smth
Expand Down

0 comments on commit 99e6292

Please sign in to comment.