From 8035fa1d860082c2dddb1790eef5584540c1e90e Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Mon, 4 Mar 2019 10:01:07 +0000 Subject: [PATCH] add curl and Data::Dump --- debian-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian-install.sh b/debian-install.sh index 02af039..672a471 100755 --- a/debian-install.sh +++ b/debian-install.sh @@ -2,7 +2,7 @@ test `id -u` -ne 0 && exec sudo $0 -apt-get install cups printer-driver-fujixerox cups-ipp-utils printer-driver-cups-pdf snmp snmp-mibs-downloader +apt-get install curl libdata-dump-perl cups printer-driver-fujixerox cups-ipp-utils printer-driver-cups-pdf snmp snmp-mibs-downloader # enable mibs grep -i '^mibs :' /etc/snmp/snmp.conf && perl -p -i -n -e 's/^mibs :.*/mibs +ALL/' /etc/snmp/snmp.conf -- 2.20.1