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 | 5da9378e63958868fcc991b8e9605956c1d2a771 (patch) | |
tree | f60d986046b5801d598c9e59f3ff18f5442a727f | |
parent | Add Autonomous (diff) | |
download | src-5da9378e63958868fcc991b8e9605956c1d2a771.tar.gz src-5da9378e63958868fcc991b8e9605956c1d2a771.zip |
Remove gpg symlink from NetBSD install
-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() { |