Update file executable_install-program

This commit is contained in:
Brian Zalewski 2023-01-04 06:54:18 +00:00
parent 2433dcfe2d
commit 7c0c1816e4

View file

@ -749,7 +749,7 @@ async function ensurePackageManager(packageManager) {
if (!zap) { if (!zap) {
log('info', 'Zap Installation', 'Installing Zap to handle AppImage installation') log('info', 'Zap Installation', 'Installing Zap to handle AppImage installation')
await ensurePackage('curl') 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') { } else if (packageManager === 'ansible') {
try { try {