From 49286eb2221e3b776cd0d051034f6fcba970fe7a Mon Sep 17 00:00:00 2001 From: Jeff LANCE Date: Sun, 9 Aug 2020 17:46:23 +0200 Subject: [PATCH] COrrected error --- meta/configs/zim.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/configs/zim.yaml b/meta/configs/zim.yaml index 1f7ca0d..e3dfb5e 100644 --- a/meta/configs/zim.yaml +++ b/meta/configs/zim.yaml @@ -1,4 +1,4 @@ - shell: - - command: 'https://raw.githubusercontent.com/zimfw/install/master/install.zsh' + - command: 'curl -fsSL https://raw.githubusercontent.com/zimfw/install/master/install.zsh | zsh' description: Installing Zsh IMproved FrameWork stdout: true \ No newline at end of file