1
1
mirror of https://github.com/ellie/atuin.git synced 2024-09-11 21:18:22 +03:00

Update messages in install.sh about the AUR packages (#231)

This commit is contained in:
Orhun Parmaksız 2021-12-10 15:25:41 +03:00 committed by GitHub
parent b549095d0b
commit 28f78ba4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,7 +57,7 @@ __atuin_install_arch(){
echo "Found pamac" echo "Found pamac"
pamac install atuin pamac install atuin
else else
echo "Failed to install atuin! Please try manually: https://aur.archlinux.org/packages/atuin/" echo "Failed to install atuin! Please try manually: https://aur.archlinux.org/packages/atuin-git/"
fi fi
fi fi
@ -87,7 +87,7 @@ __atuin_install_linux(){
else else
if ! command -v lsb_release &> /dev/null; then if ! command -v lsb_release &> /dev/null; then
echo "lsb_release could not be found, unable to determine your distribution" echo "lsb_release could not be found, unable to determine your distribution"
echo "If you are using Arch, please get lsb_release from AUR" echo "If you are using Arch Linux, please get community/lsb-release"
exit 1 exit 1
fi fi
OS=$(lsb_release -i | awk '{ print $3 }') OS=$(lsb_release -i | awk '{ print $3 }')