Update .local/share/chezmoi/software.yml, .local/share/chezmoi/home/dot_local/bin/executable_install-program
This commit is contained in:
parent
6d232e0e18
commit
f13123f931
2 changed files with 5 additions and 4 deletions
|
@ -648,7 +648,8 @@ async function installPackageList(packageManager, packages) {
|
||||||
try {
|
try {
|
||||||
execSync(`gum spin --spinner dot --title "Installing ${pkg} via Ansible" -- ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false`, {stdio: 'inherit', shell: true})
|
execSync(`gum spin --spinner dot --title "Installing ${pkg} via Ansible" -- ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false`, {stdio: 'inherit', shell: true})
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
await $`ansible localhost -m setup -m include_role -a name=${pkg} -e ansible_user=${process.env.USER} -e include_homebrew_install=false`
|
log('error', 'Ansible Role Failure', 'There was an error installing ' + pkg)
|
||||||
|
console.log(e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else if (packageManager === 'apk') {
|
} else if (packageManager === 'apk') {
|
||||||
|
|
|
@ -1761,7 +1761,7 @@ softwarePackages:
|
||||||
pacman: ffmpeg
|
pacman: ffmpeg
|
||||||
scoop: ffmpeg
|
scoop: ffmpeg
|
||||||
ffsend:
|
ffsend:
|
||||||
_bin: null
|
_bin: ffsend
|
||||||
_desc: '[ffsend](https://github.com/timvisee/ffsend) (formerly [Firefox Send](https://support.mozilla.org/en-US/kb/what-happened-firefox-send)) allows you to easily and securely share files and directories from the command line through a safe, private and encrypted link using a single simple command. Files are shared using the [Send](https://send.vis.ee/) service and may be up to 1GB. Others are able to download these files with this tool, or through their web browser.'
|
_desc: '[ffsend](https://github.com/timvisee/ffsend) (formerly [Firefox Send](https://support.mozilla.org/en-US/kb/what-happened-firefox-send)) allows you to easily and securely share files and directories from the command line through a safe, private and encrypted link using a single simple command. Files are shared using the [Send](https://send.vis.ee/) service and may be up to 1GB. Others are able to download these files with this tool, or through their web browser.'
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: https://github.com/timvisee/ffsend
|
_github: https://github.com/timvisee/ffsend
|
||||||
|
@ -4247,7 +4247,7 @@ softwarePackages:
|
||||||
dnf: libreoffice
|
dnf: libreoffice
|
||||||
pacman: libreoffice
|
pacman: libreoffice
|
||||||
oh-my-posh:
|
oh-my-posh:
|
||||||
_bin: null
|
_bin: oh-my-posh
|
||||||
_desc: null
|
_desc: null
|
||||||
_docs: null
|
_docs: null
|
||||||
_github: null
|
_github: null
|
||||||
|
@ -6558,7 +6558,7 @@ softwarePackages:
|
||||||
ansible: professormanhattan.wget
|
ansible: professormanhattan.wget
|
||||||
apk: wget
|
apk: wget
|
||||||
apt: wget
|
apt: wget
|
||||||
brew: rsync
|
brew: wget
|
||||||
dnf: wget
|
dnf: wget
|
||||||
# whalebrew: whalebrew/wget # Temporarily commentted out for debugging
|
# whalebrew: whalebrew/wget # Temporarily commentted out for debugging
|
||||||
whalebrew:
|
whalebrew:
|
||||||
|
|
Loading…
Reference in a new issue