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."