Skip to content

Instantly share code, notes, and snippets.

@gafda
Created March 12, 2024 13:42
Show Gist options
  • Save gafda/62493d4aa7ef0d32215a189625dbde83 to your computer and use it in GitHub Desktop.
Save gafda/62493d4aa7ef0d32215a189625dbde83 to your computer and use it in GitHub Desktop.
Scoop Updater script for Powershell Core
# Scoop update & cleaner
scoop update
scoop update *
scoop cleanup *
scoop cache rm *
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment