diff options
Diffstat (limited to '')
| -rwxr-xr-x | bin/update-everything.sh (renamed from update-everything.sh) | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/update-everything.sh b/bin/update-everything.sh index 6f2109e..f38d4cf 100755 --- a/update-everything.sh +++ b/bin/update-everything.sh @@ -40,11 +40,6 @@ remote_update(){ echo_n_notify "remote update" -# ssh -p8022 debian@adjutor.xyz '\ -# sudo apt-fast update && \ -# sudo apt-fast upgrade && \ -# sudo apt-fast autoremove' - ansible-playbook --inventory-file "$HOME/workbench/ansible/hosts" \ "$HOME/workbench/ansible/update_adjutor.yml" @@ -80,13 +75,7 @@ pip_update(){ } -# ___ ___ ___ _____ _ _ -# | \/ | / _ \|_ _|| \ | | -# | . . |/ /_\ \ | | | \| | -# | |\/| || _ | | | | . ` | -# | | | || | | |_| |_ | |\ | -# \_| |_/\_| |_/\___/ \_| \_/ -# +# MAIN local_update remote_update |
