From 82fa241f1b6de766816a5f96dae6eaf62b723a58 Mon Sep 17 00:00:00 2001 From: Daniel Narvaez Date: Mon, 18 Jun 2012 09:53:02 +0000 Subject: Add a message about installing system packages So that when you are asked for a password it's clear what it is about. --- (limited to 'scripts') 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": -- cgit v0.9.1