summarylogtreecommitdiffstats
path: root/librenms.install
diff options
context:
space:
mode:
Diffstat (limited to 'librenms.install')
-rw-r--r--librenms.install2
1 files changed, 2 insertions, 0 deletions
diff --git a/librenms.install b/librenms.install
index 8581641933f8..7ea39ab396b8 100644
--- a/librenms.install
+++ b/librenms.install
@@ -9,6 +9,8 @@ post_install() {
chown -R librenms:librenms /etc/webapps/${pkgname}
chown http:http /var/log/${pkgname}
echo "Install new pear modules"
+ pear install Net_IPv4
+ pear install Net_IPv6
echo "You have to configure the database configuration"
echo "in ${_etcdir}/config.php"
}