Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/scripts/check-system
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/check-system')
-rwxr-xr-xscripts/check-system2
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/check-system b/scripts/check-system
index 1e4b019..e904e7c 100755
--- a/scripts/check-system
+++ b/scripts/check-system
@@ -136,6 +136,8 @@ def install_packages(packages):
print "Missing packages %s" % " ".join(packages)
sys.exit(1)
+ print "Installing required system packages"
+
if distro == "fedora":
args.extend(["yum", "install"])
elif distro == "ubuntu":