Update 2 files

- /software.yml
- /home/dot_local/bin/executable_install-program
This commit is contained in:
Brian Zalewski 2022-12-25 10:24:46 +00:00
parent ca945e566e
commit c4b5fe8320
2 changed files with 1 additions and 2 deletions

View file

@ -1032,7 +1032,7 @@ async function installPackageList(packageManager, packages) {
} else if (packageManager === 'apt') { } else if (packageManager === 'apt') {
for (let pkg of packages) { for (let pkg of packages) {
try { try {
await $`sudo apt-get install -y ${pkg}` await $`sudo unbuffer apt-get install -y ${pkg}`
} catch (e) { } catch (e) {
log('error', 'apt-get Failure', `There was an error installing ${pkg} with apt-get`) log('error', 'apt-get Failure', `There was an error installing ${pkg} with apt-get`)
} }

View file

@ -1622,7 +1622,6 @@ softwarePackages:
pacman: duf pacman: duf
pkg: duf pkg: duf
scoop: duf scoop: duf
snap: duf-utility
dust: dust:
_bin: dust _bin: dust
_desc: A more intuitive version of du in rust _desc: A more intuitive version of du in rust