Last active
August 2, 2022 15:43
-
-
Save noromanba/ad8f5382423228f570ad1beea3b173b1 to your computer and use it in GitHub Desktop.
bulk upgrade whole package managers
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# bulk upgrade whole package managers | |
# @version 2022.8.2.1 | |
# @license CC0 Univ PD https://creativecommons.org/publicdomain/zero/1.0/ | |
# @author noromanba https://noromanba.github.com | |
set -eCx | |
apt update && apt upgrade "$@" | |
# pseudo pip-upgrade; c.f. | |
# https://gist.github.com/noromanba/d2b7472bc8cba64f8b98c0069826764d | |
# | |
~/bin/pip-upgrade.sh | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment