From 69976709a7ad743d59466ec11873def332b0f4d7 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Mon, 9 Feb 2026 11:57:02 -0500 Subject: [PATCH] [bash] Add oneshot EndeavourOS upgrade alias --- bash/.aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/bash/.aliases b/bash/.aliases index ce75451..eb32da3 100644 --- a/bash/.aliases +++ b/bash/.aliases @@ -16,6 +16,7 @@ alias push="git push" alias bookpull="rsync -aziuvhP root@rhea.local:/tank/books/ ~/.calibre/" alias bookpush="rsync -aziuvhP ~/.calibre/ root@rhea.local:/tank/books/" alias gpghup='gpgconf --kill gpg-agent && gpgconf --launch gpg-agent' +alias eosup='yay -Sy && yay -S --noconfirm archlinux-keyring endeavouros-keyring && yay -Syu --noconfirm' # Vrobbler shortcuts alias vdeploy="ssh life.unbl.ink \"rm -rf /root/vrobbler-venv/lib/python3.11/site-packages/vrobbler-0.15.4.dist-info/ && pip install git+https://code.unbl.ink/secstate/vrobbler.git@develop && systemctl restart vrobbler\""