Update file executable_install-program
This commit is contained in:
parent
aac7bc9afe
commit
7e6911d1da
1 changed files with 1 additions and 1 deletions
|
@ -622,7 +622,7 @@ async function beforeInstall(packageManager) {
|
|||
} else if (packageManager === 'apk') {
|
||||
await $`sudo apk update`
|
||||
} else if (packageManager === 'apt') {
|
||||
await $`sudo apt-get update`
|
||||
runCommand('Running apt-get update', `sudo apt-get update`)
|
||||
} else if (packageManager === 'basher') {
|
||||
} else if (packageManager === 'binary') {
|
||||
} else if (packageManager === 'brew' || packageManager === 'cask') {
|
||||
|
|
Loading…
Reference in a new issue