Skip to content

Latest commit

 

History

History
45 lines (30 loc) · 1.85 KB

README.md

File metadata and controls

45 lines (30 loc) · 1.85 KB

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.