summaryrefslogtreecommitdiffstatshomepage
path: root/install.conf.yaml
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-06-26 15:52:29 -0500
committerToby Vincent <tobyv13@gmail.com>2021-06-26 15:52:29 -0500
commit2f193c55a708ba69309b883b0e42374a37001a80 (patch)
tree36191052610810f237da2c3650c0d313e0b9a6f7 /install.conf.yaml
parent5480c0f2da492ecc991e5492f31beec1a03fbc7e (diff)
fix: fixed pipe issue
Diffstat (limited to 'install.conf.yaml')
-rw-r--r--install.conf.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.conf.yaml b/install.conf.yaml
index 862b07b..2cf59ce 100644
--- a/install.conf.yaml
+++ b/install.conf.yaml
@@ -26,4 +26,4 @@
- shell:
- [gpg --keyserver hkps://keys.openpgp.org --recv-key 0xC8F6E06F5C8E2634, Getting GPG public key]
- [gpg --import-ownertrust gnupg/trustfile.txt, Importing GPG trustfile]
- - ["[ -n \"${WSL_DISTRO_NAME+1}\" ] && ./wsl.install"] \ No newline at end of file
+ - ["[ -n \"${WSL_DISTRO_NAME+1}\" ] && ./wsl.install || echo ''"] \ No newline at end of file