diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2023-09-24 22:18:23 +0300 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2023-09-24 22:18:23 +0300 |
commit | 442ea8af4aefc9c1e04d53ba781e70c7036f17d6 (patch) | |
tree | 168ebc9fb4dd65bd027889437c2f0d5f00cda520 | |
parent | 41363b4b99c5d094fbdea426d03b23194cd85a90 (diff) | |
download | arching-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-x | install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |