Skip to content

Commit 8463119

Browse files
committed
fix(checkup): Remove lessmsi and aria2 from scoop checkup command
1 parent 2aec0b2 commit 8463119

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

libexec/scoop-checkup.ps1

-9
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,6 @@ if (!(Test-HelperInstalled -Helper 7zip)) {
1818
$issues++
1919
}
2020

21-
if (!(Test-HelperInstalled -Helper Lessmsi)) {
22-
error "'lessmsi' is not installed! It's required for unpacking programs with MSI packages. Please run 'scoop install lessmsi'."
23-
$issues++
24-
}
25-
2621
if (!(Test-HelperInstalled -Helper Innounp)) {
2722
error "'Inno Setup Unpacker' is not installed! It's required for unpacking InnoSetup files. Please run 'scoop install innounp'."
2823
$issues++
@@ -33,10 +28,6 @@ if (!(Test-HelperInstalled -Helper Dark)) {
3328
$issues++
3429
}
3530

36-
if (!(Test-HelperInstalled -Helper Aria2)) {
37-
warn "'aria2' is not installed! This can improve download speeds. You may run 'scoop install aria2'."
38-
}
39-
4031
$globaldir = New-Object System.IO.DriveInfo($globaldir)
4132
if($globaldir.DriveFormat -ne 'NTFS') {
4233
error "Scoop requires an NTFS volume to work! Please point `$env:SCOOP_GLOBAL or 'globalPath' variable in '~/.config/scoop/config.json' to another Drive."

0 commit comments

Comments
 (0)