summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDiego Carrasco Gubernatis <557703+dacog@users.noreply.github.com>2024-04-02 09:28:10 +0200
committerGitHub <noreply@github.com>2024-04-02 08:28:10 +0100
commit5c54c2afedf59e653d9cf1f8bca016397937d7f7 (patch)
tree1702c688cd7a8584dfc2ed04ba4aa0cb9bef3967
parent5c4afd6a13bda2dda74f1a535a1e12f0f0a2bbbf (diff)
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.
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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