Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xscripts/check-system2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 8732e9d..65c1ed5 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -96,7 +96,7 @@ def run_checks(distro, checks, packages):
package = packages[check_name][distro]
# Might be none, if so skip on this distro
- if package:
+ if package and package not in packages:
to_install.append(package)
else:
failed_checks.append(check)