Automatically update your scoop packages.
Report a Bug or suggest a feature
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.
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).
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.