Naposledy aktivní 20 hours ago

anthony's Avatar anthony revidoval tento gist 20 hours ago. Přejít na revizi

1 file changed, 6 insertions

php.sh(vytvořil soubor)

@@ -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 +
Novější Starší