Skip to content

Commit 4910740

Browse files
committed
Update PHP ELS repos
1 parent 36319a0 commit 4910740

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/els-for-languages/php/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,15 +69,15 @@ The following steps are provided for both **RPM-based** (CentOS, CloudLinux, Ora
6969
1. Download the installer script:
7070

7171
<CodeTabs :tabs="[
72-
{ title: 'rpm', content: 'wget https://repo.cloudlinux.com/php-els/install-php-els-rpm-repo.sh' },
73-
{ title: 'deb', content: 'wget https://repo.cloudlinux.com/php-els/install-php-els-deb-repo.sh' }
72+
{ title: 'rpm', content: 'wget https://repo.alt.tuxcare.com/alt-php-els/install-els-alt-php-rpm-repo.sh' },
73+
{ title: 'deb', content: 'wget https://repo.alt.tuxcare.com/alt-php-els/install-els-alt-php-deb-repo.sh' }
7474
]" />
7575

7676
2. Run the installer script with keys. The installation script registers the server in the CLN with the key, adds the yum repository, and adds a PGP key to the server.
7777

7878
<CodeTabs :tabs="[
79-
{ title: 'rpm', content: 'sh install-php-els-rpm-repo.sh --license-key XXX-XXXXXXXXXXXX' },
80-
{ title: 'deb', content: 'bash install-php-els-deb-repo.sh --license-key XXX-XXXXXXXXXXXX' }
79+
{ title: 'rpm', content: 'sh install-els-alt-php-rpm-repo.sh --license-key XXX-XXXXXXXXXXXX' },
80+
{ title: 'deb', content: 'bash install-els-alt-php-deb-repo.sh --license-key XXX-XXXXXXXXXXXX' }
8181
]" />
8282

8383
3. Verify that the installation was successful.
@@ -107,7 +107,7 @@ The following steps are provided for both **RPM-based** (CentOS, CloudLinux, Ora
107107
Version : 7.3.33
108108
Release : 5.2.el7
109109
Size : 22 k
110-
Repo : php-els/7
110+
Repo : alt-php-els/7
111111
Summary : PHP scripting language for creating dynamic web sites
112112
URL : http://www.php.net/
113113
License : PHP and LGPLv2 and LGPLv2+

0 commit comments

Comments
 (0)