pull/599/head
Mr Chen 11 months ago
parent a2ee74c700
commit 3798ac5e09
  1. 1
      plugins/php-apt/install.sh
  2. 1
      scripts/install/ubuntu.sh

@ -46,7 +46,6 @@ fi
if [ "$OSNAME" == "ubuntu" ];then
apt install -y software-properties-common
echo "y" | LC_ALL=C.UTF-8 add-apt-repository ppa:ondrej/php && apt update -y
fi
# apt install $(grep-aptavail -S PHP-defaults -s Package -n)

@ -24,6 +24,7 @@ apt install -y cron
apt install -y net-tools
apt install -y libncurses5
apt install -y libncurses5-dev
apt install -y software-properties-common
apt install -y locate
locale-gen en_US.UTF-8

Loading…
Cancel
Save