Add deb dependencies from Xenial because they are not included in Bionic
authorAndy Witter <awitter@georgialibraries.org>
Thu, 5 Dec 2019 17:09:28 +0000 (12:09 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Thu, 5 Dec 2019 17:09:28 +0000 (12:09 -0500)
templates/debs/libmarc-charset-perl_1.35-2_amd64.deb [new file with mode: 0644]
templates/debs/libmarc-xml-perl_1.0.3-1_all.deb [new file with mode: 0644]
templates/setup-functions

diff --git a/templates/debs/libmarc-charset-perl_1.35-2_amd64.deb b/templates/debs/libmarc-charset-perl_1.35-2_amd64.deb
new file mode 100644 (file)
index 0000000..6219c75
Binary files /dev/null and b/templates/debs/libmarc-charset-perl_1.35-2_amd64.deb differ
diff --git a/templates/debs/libmarc-xml-perl_1.0.3-1_all.deb b/templates/debs/libmarc-xml-perl_1.0.3-1_all.deb
new file mode 100644 (file)
index 0000000..48228c4
Binary files /dev/null and b/templates/debs/libmarc-xml-perl_1.0.3-1_all.deb differ
index 095be74..bf80d17 100755 (executable)
@@ -67,7 +67,8 @@ if $APT_TOOL update
        gdebi --n libbusiness-stripe-perl*.deb
        gdebi --n libemail-send-perl*.deb
        gdebi --n libreturn-value-perl*.deb
-
+       gdebi --n libmarc-xml-perl*.deb
+       gdebi --n libmarc-charset-perl*.deb
         echo                                                                                                                                 
         echo "Installing Dependencies for Apache Web Sockets for web based staff client";sleep 2
        echo "installing ssl key and cert...";sleep 4                                    |