From ad9f7c6ff1827ea0bc7479877f8564e0130c53d8 Mon Sep 17 00:00:00 2001 From: Chawye Hsu Date: Sun, 23 Feb 2020 20:37:45 +0800 Subject: [PATCH] feat(checkup): Add check_envs_requirements --- libexec/scoop-checkup.ps1 | 1 + 1 file changed, 1 insertion(+) diff --git a/libexec/scoop-checkup.ps1 b/libexec/scoop-checkup.ps1 index df4a8b6ec5..d515469cda 100644 --- a/libexec/scoop-checkup.ps1 +++ b/libexec/scoop-checkup.ps1 @@ -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'."