Update 2 files
- /software.yml - /home/dot_local/bin/executable_install-program
This commit is contained in:
parent
ca945e566e
commit
c4b5fe8320
2 changed files with 1 additions and 2 deletions
|
@ -1032,7 +1032,7 @@ async function installPackageList(packageManager, packages) {
|
|||
} else if (packageManager === 'apt') {
|
||||
for (let pkg of packages) {
|
||||
try {
|
||||
await $`sudo apt-get install -y ${pkg}`
|
||||
await $`sudo unbuffer apt-get install -y ${pkg}`
|
||||
} catch (e) {
|
||||
log('error', 'apt-get Failure', `There was an error installing ${pkg} with apt-get`)
|
||||
}
|
||||
|
|
|
@ -1622,7 +1622,6 @@ softwarePackages:
|
|||
pacman: duf
|
||||
pkg: duf
|
||||
scoop: duf
|
||||
snap: duf-utility
|
||||
dust:
|
||||
_bin: dust
|
||||
_desc: A more intuitive version of du in rust
|
||||
|
|
Loading…
Reference in a new issue