summaryrefslogtreecommitdiffstats
path: root/install.sh
diff options
context:
space:
mode:
authorOrhun Parmaksız <orhunparmaksiz@gmail.com>2021-12-10 15:25:41 +0300
committerGitHub <noreply@github.com>2021-12-10 12:25:41 +0000
commit28f78ba4e1874f6ab2eee2b833fb1b12d50e3ebe (patch)
tree22cf19531e8ff486852d6d417c60c71dde427c55 /install.sh
parentb549095d0b735d51c5d586f54392a838c64bfa04 (diff)
Update messages in install.sh about the AUR packages (#231)
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/install.sh b/install.sh
index 9d6d726e..c1887402 100755
--- a/install.sh
+++ b/install.sh
@@ -57,7 +57,7 @@ __atuin_install_arch(){
echo "Found pamac"
pamac install atuin
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
@@ -87,7 +87,7 @@ __atuin_install_linux(){
else
if ! command -v lsb_release &> /dev/null; then
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
fi
OS=$(lsb_release -i | awk '{ print $3 }')