Skip to content

Commit

Permalink
fix(checkup): Remove lessmsi and aria2 from scoop checkup command
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Kuhnt committed May 11, 2019
1 parent 2aec0b2 commit 8463119
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions libexec/scoop-checkup.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,6 @@ if (!(Test-HelperInstalled -Helper 7zip)) {
$issues++
}

if (!(Test-HelperInstalled -Helper Lessmsi)) {
error "'lessmsi' is not installed! It's required for unpacking programs with MSI packages. Please run 'scoop install lessmsi'."
$issues++
}

if (!(Test-HelperInstalled -Helper Innounp)) {
error "'Inno Setup Unpacker' is not installed! It's required for unpacking InnoSetup files. Please run 'scoop install innounp'."
$issues++
Expand All @@ -33,10 +28,6 @@ if (!(Test-HelperInstalled -Helper Dark)) {
$issues++
}

if (!(Test-HelperInstalled -Helper Aria2)) {
warn "'aria2' is not installed! This can improve download speeds. You may run 'scoop install aria2'."
}

$globaldir = New-Object System.IO.DriveInfo($globaldir)
if($globaldir.DriveFormat -ne 'NTFS') {
error "Scoop requires an NTFS volume to work! Please point `$env:SCOOP_GLOBAL or 'globalPath' variable in '~/.config/scoop/config.json' to another Drive."
Expand Down

0 comments on commit 8463119

Please sign in to comment.