summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorManel Vilar <manelvf@gmail.com>2021-05-11 10:37:00 +0200
committerGitHub <noreply@github.com>2021-05-11 08:37:00 +0000
commit477c6852172b7119d93705627d7ff0b68f23b20d (patch)
tree357b11c0b25ca01387699713fa76b2c5ce694973 /install.sh
parent4286f65b010ffe2b8f89455993c75717bd487f64 (diff)
Elementary Linux add as supported (#113)
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.sh b/install.sh
index f1c4df174..55d51455b 100755
--- a/install.sh
+++ b/install.sh
@@ -75,7 +75,7 @@ __atuin_install_linux(){
if [ $OS == "Arch" ] || [ $OS == "ManjaroLinux" ]; then
__atuin_install_arch
- elif [ $OS == "Ubuntu" ] || [ $OS == "Debian" ] || [ $OS == "Linuxmint" ] || [ $OS == "Parrot" ] || [ $OS == "Kali" ]; then
+ elif [ $OS == "Ubuntu" ] || [ $OS == "Debian" ] || [ $OS == "Linuxmint" ] || [ $OS == "Parrot" ] || [ $OS == "Kali" ] || [ $OS == "Elementary" ]; then
__atuin_install_ubuntu
else
# TODO: download a binary or smth