aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2022-02-06 16:13:33 -0600
committerToby Vincent <tobyv13@gmail.com>2022-02-06 16:13:33 -0600
commit8e52c108558d56c981cd718051a709ef71b019f4 (patch)
tree481b49a62cc427a562c3aa9027b0e027eaa1c3c7
parentaf729433eeee88273a7493f3976eb0dac0b8aac1 (diff)
fix: commented out broken gpg.exe stuff
-rw-r--r--install.conf.yaml9
1 files changed, 4 insertions, 5 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 6a17d90..c33833f 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -173,16 +173,15 @@
path: gnupg/*.conf
- shell:
- # ISSUE #1 Fails to import key inside of WSL2
- description: Installing gpg key
command: gpg --auto-key-locate keyserver --locate-keys tobyv13@gmail.com
- description: Importing GPG trustfile
command: gpg --import-ownertrust gnupg/trustfile.txt
# ISSUE #1 Fails to import key inside of WSL2
- - description: Importing gpg key (WSL)
- command: \! command -v gpg.exe &> /dev/null || gpg.exe --auto-key-locate keyserver --locate-keys tobyv13@gmail.com
- - description: Importing gpg trustfile (WSL)
- command: \! command -v gpg.exe &> /dev/null || gpg.exe --import-ownertrust gnupg/trustfile.txt
+ # - description: Importing gpg key (WSL)
+ # command: \! command -v gpg.exe &> /dev/null || gpg.exe --auto-key-locate keyserver --locate-keys tobyv13@gmail.com
+ # - description: Importing gpg trustfile (WSL)
+ # command: \! command -v gpg.exe &> /dev/null || gpg.exe --import-ownertrust gnupg/trustfile.txt
- shell:
- description: ""