Update .local/bin/install-program

This commit is contained in:
Brian Zalewski 2022-12-02 17:53:22 +00:00
parent e1f65d0edb
commit 1e683eea77

View file

@ -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) {