Update file executable_install-program
This commit is contained in:
parent
a8b0f6c9f5
commit
e45b4f1827
1 changed files with 1 additions and 0 deletions
|
@ -750,6 +750,7 @@ async function ensurePackageManager(packageManager) {
|
|||
log('info', 'Zap Installation', 'Installing Zap to handle AppImage installation')
|
||||
await ensurePackage('curl')
|
||||
await $`sudo curl -sSL --output /usr/local/bin/zap https://github.com/srevinsaju/zap/releases/download/continuous/zap-amd64`
|
||||
await $`sudo chmod +x /usr/local/bin/zap`
|
||||
}
|
||||
} else if (packageManager === 'ansible') {
|
||||
try {
|
||||
|
|
Loading…
Reference in a new issue