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

treat popos as ubuntu (#319)

This commit is contained in:
Brad Robel-Forrest 2022-04-21 09:26:35 -07:00 committed by GitHub
parent d57f549855
commit 98d70fbf76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,7 +3,7 @@
set -euo pipefail
cat << EOF
_______ _______ __ __ ___ __ _
_______ _______ __ __ ___ __ _
| _ || || | | || | | | | |
| |_| ||_ _|| | | || | | |_| |
| | | | | |_| || | | |
@ -95,7 +95,7 @@ __atuin_install_linux(){
if [ "$OS" == "Arch" ] || [ "$OS" == "ManjaroLinux" ]; then
__atuin_install_arch
elif [ "$OS" == "Ubuntu" ] || [ "$OS" == "UbuntuWSL" ] || [ "$OS" == "Debian" ] || [ "$OS" == "Linuxmint" ] || [ "$OS" == "Parrot" ] || [ "$OS" == "Kali" ] || [ "$OS" == "Elementary" ]; then
elif [ "$OS" == "Ubuntu" ] || [ "$OS" == "UbuntuWSL" ] || [ "$OS" == "Debian" ] || [ "$OS" == "Linuxmint" ] || [ "$OS" == "Parrot" ] || [ "$OS" == "Kali" ] || [ "$OS" == "Elementary" ] || [ "$OS" == "Pop" ]; then
__atuin_install_ubuntu
else
# TODO: download a binary or smth