summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad Robel-Forrest <brad@bitpony.com>2022-04-21 09:26:35 -0700
committerGitHub <noreply@github.com>2022-04-21 17:26:35 +0100
commit98d70fbf76fcebf857ef9553734b471f135a3e0b (patch)
treefa53e9b5ada75036caeb433c57c25ebf2e187347
parentd57f549855caf8ab90b5ea0ae7cc9445f3abedfc (diff)
treat popos as ubuntu (#319)
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 98a1cf12..916b39d1 100755
--- a/install.sh
+++ b/install.sh
@@ -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