From 442ea8af4aefc9c1e04d53ba781e70c7036f17d6 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sun, 24 Sep 2023 22:18:23 +0300 Subject: Link to the location we retrieved from which --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 368b400..f2d725d 100755 --- a/install.sh +++ b/install.sh @@ -127,7 +127,7 @@ then which gpg if [ $? == 0 ] then - $sudoBin ln -s /usr/bin/gpg /usr/bin/gpg2 + $sudoBin ln -s `which gpg` /usr/bin/gpg2 fi fi -- cgit v1.2.3