mirror of
https://github.com/ScoopInstaller/Scoop.git
synced 2026-05-04 00:31:27 +00:00
feat(checkup): Add check_envs_requirements
This commit is contained in:
committed by
Richard Kuhnt
parent
062e6d7973
commit
ad9f7c6ff1
@@ -12,6 +12,7 @@ $issues += !(check_windows_defender $false)
|
||||
$issues += !(check_windows_defender $true)
|
||||
$issues += !(check_main_bucket)
|
||||
$issues += !(check_long_paths)
|
||||
$issues += !(check_envs_requirements)
|
||||
|
||||
if (!(Test-HelperInstalled -Helper 7zip)) {
|
||||
error "'7-Zip' is not installed! It's required for unpacking most programs. Please Run 'scoop install 7zip' or 'scoop install 7zip-zstd'."
|
||||
|
||||
Reference in New Issue
Block a user