From 2a28cd889e647bdea2c4c3eff61ecfbcc0b7372b Mon Sep 17 00:00:00 2001 From: Dirk Date: Mon, 28 May 2012 00:50:11 +0200 Subject: Package translator for OpenSuse perl module names ... --- tools/installer | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools/installer') diff --git a/tools/installer b/tools/installer index f6f4201a..d80bc9c5 100755 --- a/tools/installer +++ b/tools/installer @@ -114,8 +114,8 @@ check_perl_dep() fi done if [ -e .perl_deps_guess ]; then - echo " To install the missing dependencies run:" - echo -n " apt-get install" + echo " To install the missing dependencies run (depending on your distro):" + echo -n " apt-get|yum|zypper install" for d in $(cat .perl_deps_guess | sort -u); do echo -n " $d" done -- cgit v1.2.3-55-g7522