summaryrefslogtreecommitdiffstats
path: root/tools/installer
diff options
context:
space:
mode:
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