aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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