commit c782c70c631443f095fae4b5b0cfaa9c0dca594b
parent 9dd3ad298664f5b841e8abef47f6a29794ba955b
Author: Antoine Amarilli <a3nm@a3nm.net>
Date: Sat, 13 May 2023 10:10:24 +0200
Merge branch 'master' of a3nm.net:git/mybin
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/upgrades b/upgrades
@@ -14,8 +14,6 @@ do
# - test if SSH-ing to the host still works
screen -S apt -x -X screen -t $m zsh -c \
"echo \"=== upgrading $m ===\n\n\";
- ~/bin/wake $m;
- sleep 5;
ssh -t $m 'sudo apt-get autoclean && sudo apt autoremove && sudo apt update && sudo apt dist-upgrade';
echo \"\n\n=== testing connection to $m ... ===\n\n\";
ssh -t $m 'echo this is fine';