aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-09-24 22:18:23 +0300
committerkaotisk <kaotisk@arching-kaos.org>2023-09-24 22:18:23 +0300
commit442ea8af4aefc9c1e04d53ba781e70c7036f17d6 (patch)
tree168ebc9fb4dd65bd027889437c2f0d5f00cda520
parent41363b4b99c5d094fbdea426d03b23194cd85a90 (diff)
downloadarching-kaos-tools-442ea8af4aefc9c1e04d53ba781e70c7036f17d6.tar.gz
arching-kaos-tools-442ea8af4aefc9c1e04d53ba781e70c7036f17d6.tar.bz2
arching-kaos-tools-442ea8af4aefc9c1e04d53ba781e70c7036f17d6.zip
Link to the location we retrieved from which
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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