summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tools/inc/perl.modules.suse3
-rwxr-xr-xtools/installer4
2 files changed, 5 insertions, 2 deletions
diff --git a/tools/inc/perl.modules.suse b/tools/inc/perl.modules.suse
new file mode 100644
index 00000000..6be1fc14
--- /dev/null
+++ b/tools/inc/perl.modules.suse
@@ -0,0 +1,3 @@
+HTTP::Request::Common perl-libwww-perl
+JSON perl-JSON
+
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