Update install.sh

This commit is contained in:
midoks 2022-07-11 14:07:45 +08:00
parent d2c75e3ed8
commit 1f874155ee
1 changed files with 1 additions and 1 deletions

View File

@ -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)