From 1f874155ee3368a0fb0bbf1f94eeba7622500ff0 Mon Sep 17 00:00:00 2001 From: midoks Date: Mon, 11 Jul 2022 14:07:45 +0800 Subject: [PATCH] Update install.sh --- plugins/php-apt/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/php-apt/install.sh b/plugins/php-apt/install.sh index 0c2dd9cab..86fd80388 100755 --- a/plugins/php-apt/install.sh +++ b/plugins/php-apt/install.sh @@ -45,7 +45,7 @@ fi if [ "$OSNAME" == "ubuntu" ];then - echo "y" | add-apt-repository ppa:ondrej/php && apt update -y + 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)