aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'install.conf.yaml')
-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: ""