From 3798ac5e09fc2370ee407243d97e8f7f212f20bb Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Tue, 11 Jun 2024 18:57:09 +0800 Subject: [PATCH] update --- plugins/php-apt/install.sh | 1 - scripts/install/ubuntu.sh | 1 + 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-apt/install.sh b/plugins/php-apt/install.sh index 9e3194c84..7b7105d82 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/install.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) diff --git a/scripts/install/ubuntu.sh b/scripts/install/ubuntu.sh index 2676c355a..33c677fa9 100644 --- a/scripts/install/ubuntu.sh +++ b/scripts/install/ubuntu.sh @@ -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