summaryrefslogtreecommitdiffstats
path: root/tools/installer
diff options
context:
space:
mode:
authorDirk2012-05-28 00:50:11 +0200
committerDirk2012-05-28 00:50:11 +0200
commit2a28cd889e647bdea2c4c3eff61ecfbcc0b7372b (patch)
tree16c95b29e1e0a51e2f01fdde626d96316b0f6186 /tools/installer
parentShould fix complaints on "binary operator expected" (as $DISTRO was not "suse... (diff)
downloadcore-2a28cd889e647bdea2c4c3eff61ecfbcc0b7372b.tar.gz
core-2a28cd889e647bdea2c4c3eff61ecfbcc0b7372b.tar.xz
core-2a28cd889e647bdea2c4c3eff61ecfbcc0b7372b.zip
Package translator for OpenSuse perl module names ...
Diffstat (limited to 'tools/installer')
-rwxr-xr-xtools/installer4
1 files changed, 2 insertions, 2 deletions
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