Update All Outdated Packages Script #5539
aagamezl
started this conversation in
Show and tell
Replies: 1 comment 3 replies
-
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
As part of my development setup automation repository, today I created this Powershell script to check what packages need to be updated and update all the packages automatically for you, but giving the option to process or not before performing the update.
I will try to create a more complete script maybe giving the option to the user to select what packages to update from the list, but I'm not a Powershell magician, so will take some time or maybe will never be developed, but right now is useful enough at least for me.
Please give me feedback and/or ideas for the script: update-scoop-packages.ps1
Usage
I put the script in my Windows user directory, so is easy to run
c:\Users\[USERNAME]\update-scoop-packages.ps1
and can be run it like this.\update-scoop-packages.ps1
.Beta Was this translation helpful? Give feedback.
All reactions