From 5bba883427e5507dd2e29d60ba2a57c2c3aee59c Mon Sep 17 00:00:00 2001 From: David Young Date: Tue, 12 May 2026 09:28:57 -0600 Subject: [PATCH] update pipx --- coreupdate | 3 +++ 1 file changed, 3 insertions(+) diff --git a/coreupdate b/coreupdate index fecac68..87c78ce 100755 --- a/coreupdate +++ b/coreupdate @@ -71,4 +71,7 @@ echo "Checking for new flatpaks..." echo "Configuring Bitwarden SSH agent..." . bitwarden.sh +echo "Update pipx applications..." +pipx upgrade-all + echo "Done."