最后活跃于 20 hours ago

anthony's Avatar anthony 修订了这个 Gist 20 hours ago. 转到此修订

1 file changed, 6 insertions

php.sh(文件已创建)

@@ -0,0 +1,6 @@
1 + #!/bin/bash
2 +
3 + sudo apt-get -y install --no-install-recommends --no-install-suggests dirmngr && \
4 + sudo apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 71DAEAAB4AD4CAB6 4F4EA0AAE5267A6C && \
5 + sudo add-apt-repository -y "deb https://mirror.yandex.ru/mirrors/launchpad/ondrej/php/ $(lsb_release -cs) main"
6 +
上一页 下一页