Update acgfaka.sh
This commit is contained in:
@@ -54,7 +54,7 @@ elif grep -Eqi "ubuntu" /etc/issue || grep -Eqi "ubuntu" /proc/version; then
|
|||||||
# Ubuntu 系统设置 PHP PPA
|
# Ubuntu 系统设置 PHP PPA
|
||||||
sudo apt update -q
|
sudo apt update -q
|
||||||
sudo apt install -yq software-properties-common
|
sudo apt install -yq software-properties-common
|
||||||
sudo add-apt-repository -yq ppa:ondrej/php
|
sudo add-apt-repository -y ppa:ondrej/php
|
||||||
else
|
else
|
||||||
echo "不支持的操作系统。本脚本仅支持 Debian 或 Ubuntu。"
|
echo "不支持的操作系统。本脚本仅支持 Debian 或 Ubuntu。"
|
||||||
exit 1
|
exit 1
|
||||||
|
|||||||
Reference in New Issue
Block a user