From 6b55206effc1f1d8ad7f2302f6161c5fb0ec3ac4 Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 16 Dec 2020 14:57:42 -0500 Subject: [PATCH] Merging installer strings --- .github/scripts/install-bionic.sh | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) diff --git a/.github/scripts/install-bionic.sh b/.github/scripts/install-bionic.sh index 3dc548843..11b9f37c0 100644 --- a/.github/scripts/install-bionic.sh +++ b/.github/scripts/install-bionic.sh @@ -23,17 +23,14 @@ apt-get install -y gstreamer1.0-plugins-base \ python-cairo \ pkg-config \ libcairo2-dev \ - postgresql \ - postgresql-client - -apt-get install -y php7.2 \ + php7.2 \ php7.2-curl \ php7.2-gd \ php7.2-pgsql \ - php-apcu \ - php-bcmath \ - php-mbstring \ - php-pear + php7.2-apcu \ + php7.2-bcmath \ + php7.2-mbstring \ + php7.2-pear # Making directory; not sure why... mkdir -p /tmp/log/libretime \ No newline at end of file