Skip to content

πŸ“¦ Cute pwsh script for automatically updating scoop packages

License

Notifications You must be signed in to change notification settings

yuri-becker/scoop-auto-update

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

4 Commits
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Unlicense License GitHub Repo stars GitHub Repo stars


scoop-auto-update

Automatically update your scoop packages.

Report a Bug or suggest a feature

About

This is just a powershell script to automatically update packages installed via scoop. It will send notifications whenever packages are updated.

When first executing scoop-auto-update, it automatically creates a daily task.

Installing

Clone the repo somewhere you want it to stay at and execute the script.

git clone https://github.com/yuri-becker/scoop-auto-update.git
cd 
.\scoop-auto-update\scoop-auto-update.ps1

Now, a scheduled task is created to update your packages daily at midnight (or whenever you turn on your computer afterwards).

Uninstalling

Simply remove the scoop-auto-update folder and delete the scheduled task called "ScoopAutoUpdate" - either in the Task Scheduler or via

Unregister-ScheduledTask -TaskName ScoopAutoUpdate

If you get 'Unregister-ScheduledTask' is not recognized as an internal or external command, operable program or batch file. you are in cmd and not in the PowerShell. It's 2024 (at least), so please ditch cmd.

About

πŸ“¦ Cute pwsh script for automatically updating scoop packages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published