Update .local/bin/install-program
This commit is contained in:
parent
e1f65d0edb
commit
1e683eea77
1 changed files with 1 additions and 1 deletions
|
@ -606,7 +606,7 @@ async function installPackageList(packageManager, packages) {
|
|||
} else if (packageManager === 'pkg') {
|
||||
} else if (packageManager === 'port') {
|
||||
for (const portPkg of packages) {
|
||||
await $`sudo port install ${portPkg}`
|
||||
// TODO await $`sudo port install ${portPkg}`
|
||||
}
|
||||
} else if (packageManager === 'scoop') {
|
||||
for (const scoopPkg of packages) {
|
||||
|
|
Loading…
Reference in a new issue