aboutsummaryrefslogtreecommitdiffstats
path: root/bin/update-everything.sh
diff options
context:
space:
mode:
authorclyhtsuriva <aimeric@adjutor.xyz>2022-11-02 22:21:53 +0100
committerclyhtsuriva <aimeric@adjutor.xyz>2022-11-02 22:21:53 +0100
commit98da0fa1869757734610ec34fbeb0396f26c0026 (patch)
treeb0aeaa30a96f27bccfc4b463861b1fd476155d43 /bin/update-everything.sh
parent852a96b3cf69bb80773f926921c9d3f6b0101faf (diff)
downloadscripts-98da0fa1869757734610ec34fbeb0396f26c0026.tar.gz
scripts-98da0fa1869757734610ec34fbeb0396f26c0026.tar.bz2
scripts-98da0fa1869757734610ec34fbeb0396f26c0026.zip
Putting the first scripts in a bin/ folder
Diffstat (limited to '')
-rwxr-xr-xbin/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