From 7c0c1816e46b5613af13eac10e67a2ba7019cfdc Mon Sep 17 00:00:00 2001 From: Brian Zalewski Date: Wed, 4 Jan 2023 06:54:18 +0000 Subject: [PATCH] Update file executable_install-program --- home/dot_local/bin/executable_install-program | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/dot_local/bin/executable_install-program b/home/dot_local/bin/executable_install-program index 6212ffea..fa0db521 100644 --- a/home/dot_local/bin/executable_install-program +++ b/home/dot_local/bin/executable_install-program @@ -749,7 +749,7 @@ async function ensurePackageManager(packageManager) { if (!zap) { log('info', 'Zap Installation', 'Installing Zap to handle AppImage installation') await ensurePackage('curl') - await $`sudo curl -sSL https://github.com/srevinsaju/zap/releases/download/continuous/zap-amd64 > /usr/local/bin/zap` + await $`sudo curl -sSL --output /usr/local/bin/zap https://github.com/srevinsaju/zap/releases/download/continuous/zap-amd64` } } else if (packageManager === 'ansible') { try {