Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
authorDaniel Narvaez <dwnarvaez@gmail.com>2012-11-11 14:30:50 (GMT)
committer Daniel Narvaez <dwnarvaez@gmail.com>2012-11-11 14:30:50 (GMT)
commit2694e6c093e373aade4e448529480d1a52c8bffc (patch)
tree19ee20ec6651539671d742dc04e7e0f05b5cd0b8 /scripts/check-system
parent5f79844e11d6a355b4b6cb3a0bcff6866fedbdc7 (diff)
Drop support for Ubuntu 12.04
Add support for Ubuntu 12.10 and Fedora 18
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/check-system b/scripts/check-system
index fb80391..5349fb1 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -160,7 +160,8 @@ def warn_if_unsupported(distro):
distro = sysinfo.get_distro_name()
-packages = load_deps_json("packages")
+packages = load_deps_json("packages-%s" %
+ sysinfo.get_system_version())
checks = load_deps_json("prerequisites")
if not run_checks(distro, checks, packages):