Skip to content

Instantly share code, notes, and snippets.

@noromanba
Last active August 2, 2022 15:43
Show Gist options
  • Save noromanba/ad8f5382423228f570ad1beea3b173b1 to your computer and use it in GitHub Desktop.
Save noromanba/ad8f5382423228f570ad1beea3b173b1 to your computer and use it in GitHub Desktop.
bulk upgrade whole package managers
#!/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