From f644b3729402bd8d5be2bd1adbf49bfd03bd1833 Mon Sep 17 00:00:00 2001 From: Edi Septriyanto Date: Thu, 19 Jan 2023 10:12:11 +0700 Subject: [PATCH] Fix PHP dependencies --- scripts/install_dependencies.sh | 9 +++++---- scripts/install_php.sh | 3 +-- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/scripts/install_dependencies.sh b/scripts/install_dependencies.sh index 806a144..1a327b4 100755 --- a/scripts/install_dependencies.sh +++ b/scripts/install_dependencies.sh @@ -40,11 +40,12 @@ echo "Installing packages, be patient..." run apt-get install -q -y \ apt-transport-https apt-utils autoconf automake bash build-essential ca-certificates \ cmake cron curl dmidecode dnsutils gcc git gnupg2 htop iptables libc-bin libc6-dev \ - libcurl4-openssl-dev libgpgme11-dev libssl-dev libpcre3-dev libtool locales logrotate lsb-release \ - make net-tools openssh-server openssl pkg-config re2c rsync software-properties-common \ - sasl2-bin snmp sudo sysstat tar tzdata unzip wget whois xz-utils zlib1g-dev + libcurl4-openssl-dev libgpgme11-dev libssl-dev libpcre3-dev libxml2-dev libxslt1-dev \ + libtool locales logrotate lsb-release make net-tools openssh-server openssl pkg-config \ + re2c rsync software-properties-common sasl2-bin snmp sudo sysstat tar tzdata unzip wget \ + whois xz-utils zlib1g-dev geoip-bin geoip-database gettext libgeoip-dev -# Install Python +# Install Python 3 echo "Installing Python..." case "${DISTRIB_NAME}" in diff --git a/scripts/install_php.sh b/scripts/install_php.sh index 7f603f0..b16214a 100755 --- a/scripts/install_php.sh +++ b/scripts/install_php.sh @@ -63,8 +63,7 @@ function add_php_repo() { info "Updating repository, please wait..." run apt-get update -q -y && \ - run apt-get install -q -y geoip-bin geoip-database gettext libgd-dev libgeoip-dev libsodium-dev \ - libxml2-dev libxslt1-dev + run apt-get install -q -y libgd-dev libsodium-dev } ##