add curl and Data::Dump
authorDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Mar 2019 10:01:07 +0000 (10:01 +0000)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Mon, 4 Mar 2019 10:01:07 +0000 (10:01 +0000)
debian-install.sh

index 02af039..672a471 100755 (executable)
@@ -2,7 +2,7 @@
 
 test `id -u` -ne 0 && exec sudo $0
 
 
 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
 
 # enable mibs
 grep -i '^mibs :' /etc/snmp/snmp.conf && perl -p -i -n -e 's/^mibs :.*/mibs +ALL/' /etc/snmp/snmp.conf