Update file executable_install-program
This commit is contained in:
parent
1ceaa9b1fc
commit
a26f0718b1
1 changed files with 1 additions and 1 deletions
|
@ -1098,7 +1098,7 @@ async function installPackageList(packageManager, packages) {
|
||||||
} else if (packageManager === 'flatpak') {
|
} else if (packageManager === 'flatpak') {
|
||||||
for (let pkg of packages) {
|
for (let pkg of packages) {
|
||||||
try {
|
try {
|
||||||
await $`sudo flatpak install flathub ${pkg}`
|
await $`sudo flatpak install -y flathub ${pkg}`
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
log('error', 'Flatpak Failure', `There was an error installing ${pkg} with flatpak`)
|
log('error', 'Flatpak Failure', `There was an error installing ${pkg} with flatpak`)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue