From 6f31dff7e8245dd97aa63b9a1c0350dcc56b9d6e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Tue, 15 Mar 2022 15:16:41 +0100 Subject: [PATCH] Fix dependencies --- install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install.sh b/install.sh index c317e98..7c5e99b 100755 --- a/install.sh +++ b/install.sh @@ -11,8 +11,8 @@ elif [[ -f /usr/bin/pacman ]]; then # Arch/Manjaro pip=pip else echo " This distribution is not supported by this installer. - manually install: wxpython python3-gnupg git gnupg pass - and then copy passui to /usr/local/bin and org.smolnet.passui.desktop to /usr/share/applications/" + manually install: wxpython python3-pip + and then copy tinge to /usr/local/bin and org.smolnet.tinge.desktop to /usr/share/applications/" exit 1 fi