diff options
author | June McEnroe <june@causal.agency> | 2020-05-13 15:21:14 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-13 15:21:14 -0400 |
commit | 9243b2fbd61a0472320d4e9626226b7433e9bc81 (patch) | |
tree | 13ff4ab008d1962e44875251675acf1230231627 | |
parent | Add Autonomous (diff) | |
download | src-9243b2fbd61a0472320d4e9626226b7433e9bc81.tar.gz src-9243b2fbd61a0472320d4e9626226b7433e9bc81.zip |
Remove gpg symlink from NetBSD install
Diffstat (limited to '')
-rw-r--r-- | install.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/install.sh b/install.sh index 29af477d..c58ef9e3 100644 --- a/install.sh +++ b/install.sh @@ -45,7 +45,6 @@ NetBSD() { fi pkgin update pkgin install $pkgNetBSD - ln -fs /usr/pkg/bin/gpg2 /usr/local/bin/gpg } Linux() { |