From 5c54c2afedf59e653d9cf1f8bca016397937d7f7 Mon Sep 17 00:00:00 2001 From: Diego Carrasco Gubernatis <557703+dacog@users.noreply.github.com> Date: Tue, 2 Apr 2024 09:28:10 +0200 Subject: 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. --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index be49a931..462109ed 100755 --- a/install.sh +++ b/install.sh @@ -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 -- cgit v1.2.3