mybin

my ~/bin
git clone https://a3nm.net/git/mybin/
Log | Files | Refs | README

commit 4bccd8f6cfaa120ada50b62bd1fe4f47ed6da3da
parent bd6cda7af81506b0778d180d0e23667e494444df
Author: Antoine Amarilli <a3nm@a3nm.net>
Date:   Thu, 27 Apr 2023 14:32:56 +0200

remove wake; no longer used

Diffstat:
upgrades | 2--
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';