Skip to content

Commit ac71c6e

Browse files
authored
feat(sysinternals): Add 'sysinternals' bucket to known (ScoopInstaller#5237)
1 parent 0f79573 commit ac71c6e

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44

55
- **config:** Allow Scoop to check if apps versioned as 'nightly' are outdated ([#5166](https://github.com/ScoopInstaller/Scoop/issues/5166))
66
- **checkup:** Add Windows Developer Mode check ([#5233](https://github.com/ScoopInstaller/Scoop/issues/5233))
7+
- **bucket:** Add 'sysinternals' bucket to known ([#5237](https://github.com/ScoopInstaller/Scoop/issues/5237))
78

89
### Bug Fixes
910

README.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,17 +120,21 @@ The following buckets are known to scoop:
120120
- [games](https://github.com/Calinou/scoop-games) - Open source/freeware games and game-related tools
121121
- [nerd-fonts](https://github.com/matthewjberger/scoop-nerd-fonts) - Nerd Fonts
122122
- [nirsoft](https://github.com/kodybrown/scoop-nirsoft) - Almost all of the [250+](https://rasa.github.io/scoop-directory/by-apps#kodybrown_scoop-nirsoft) apps from [Nirsoft](https://nirsoft.net)
123+
- [sysinternals](https://github.com/niheaven/scoop-sysinternals) - Sysinternals Suite and all individual application from [Microsoft](https://learn.microsoft.com/sysinternals/)
123124
- [java](https://github.com/ScoopInstaller/Java) - A collection of Java development kits (JDKs), Java runtime engines (JREs), Java's virtual machine debugging tools and Java based runtime engines.
124125
- [nonportable](https://github.com/ScoopInstaller/Nonportable) - Non-portable apps (may require UAC)
125126
- [php](https://github.com/ScoopInstaller/PHP) - Installers for most versions of PHP
126127
- [versions](https://github.com/ScoopInstaller/Versions) - Alternative versions of apps found in other buckets
127128

128129
The main bucket is installed by default. To add any of the other buckets, type:
129-
```
130+
131+
```console
130132
scoop bucket add bucketname
131133
```
134+
132135
For example, to add the extras bucket, type:
133-
```
136+
137+
```console
134138
scoop bucket add extras
135139
```
136140

buckets.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extras": "https://github.com/ScoopInstaller/Extras",
44
"versions": "https://github.com/ScoopInstaller/Versions",
55
"nirsoft": "https://github.com/kodybrown/scoop-nirsoft",
6+
"sysinternals": "https://github.com/niheaven/scoop-sysinternals",
67
"php": "https://github.com/ScoopInstaller/PHP",
78
"nerd-fonts": "https://github.com/matthewjberger/scoop-nerd-fonts",
89
"nonportable": "https://github.com/ScoopInstaller/Nonportable",

0 commit comments

Comments
 (0)