You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The main bucket of Scoop has been separated to https://github.com/ScoopInstaller/Main
- Requires PowerShell 5 and newer #3330
- Improve and refactor decompression functions #3204#3409#3411
- Move scoop config from `~\.scoop` to `~\.config\scoop\config.json` #3242
- Add `scoop hold` and `scoop unhold` for excluding programs from updates #3444
- Refactored some Core functions #3314#3416
- Small fix for starting processes on Windows 7 #3415
Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
Co-authored-by: Chawye Hsu <h404bi@outlook.com>
Co-authored-by: Jakub Čábera <cabera.jakub@gmail.com>
Scoop can utilize [`aria2`](https://github.com/aria2/aria2) to use multi-connection downloads. Simply install `aria2` through Scoop and it will be used for all downloads afterward.
99
+
94
100
```powershell
95
101
scoop install aria2
96
102
```
@@ -105,8 +111,8 @@ You can tweak the following `aria2` settings with the `scoop config` command:
@@ -116,9 +122,8 @@ Since installers are common, Scoop supports them too (and their uninstallers).
116
122
117
123
Scoop is also great at handling single-file programs and Powershell scripts. These don't even need to be compressed. See the [runat](https://github.com/lukesampson/scoop/blob/master/bucket/runat.json) package for an example: it's really just a GitHub gist.
118
124
119
-
120
125
### Support this project
121
126
122
127
If you find Scoop useful and would like to support ongoing development and maintenance, here's how:
0 commit comments