1
1
mirror of https://github.com/ellie/atuin.git synced 2024-08-17 17:00:33 +03:00

Elementary Linux add as supported (#113)

This commit is contained in:
Manel Vilar 2021-05-11 10:37:00 +02:00 committed by GitHub
parent 4286f65b01
commit 477c685217
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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