From 45f1d709fcced536db27d2a1ce3753e17011f2b1 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sat, 3 Oct 2020 10:56:20 +0200 Subject: [PATCH] install dependecies --- debian-install.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 debian-install.sh diff --git a/debian-install.sh b/debian-install.sh new file mode 100755 index 0000000..8e89dbe --- /dev/null +++ b/debian-install.sh @@ -0,0 +1,7 @@ +#!/bin/sh -xe + +sudo apt install libdata-dump-perl libmodule-pluggable-perl dh-make-perl +if [ ! -f libnet-mqtt-perl_*deb ] ; then + cpan2deb Net::MQTT::Message + dpkg -i libnet-mqtt-perl_*.deb +fi -- 2.20.1