Skip to content

Commit

Permalink
Merge pull request #59 from deynekoaa/master
Browse files Browse the repository at this point in the history
ELS-610: rewrite our install script for Ubuntu to bash
  • Loading branch information
annkots authored Feb 2, 2024
2 parents bf98349 + 0321564 commit aa48a12
Showing 1 changed file with 5 additions and 16 deletions.
21 changes: 5 additions & 16 deletions docs/extended-lifecycle-support/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ Description : CentOS Server els-release file
1. Download an installer script:

```
wget https://repo.cloudlinux.com/ubuntu16_04-els/install-ubuntu-els-repo.py
wget https://repo.cloudlinux.com/ubuntu16_04-els/install-ubuntu16.04-els-repo.sh
```

2. Run the installer script with keys:

```
python install-ubuntu-els-repo.py --license-key XXX-XXXXXXXXXXXX
bash install-ubuntu16.04-els-repo.sh --license-key XXX-XXXXXXXXXXXX
```

The installation script registers the server in the CLN with the key, adds PGP key to the server
Expand All @@ -326,18 +326,7 @@ It should return the info of an available package. If you see information about
After this, you will be able to install updates from the repository using a regular yum upgrade command.

Example:

```
[els@ubuntu16 ~]# python install-ubuntu-els-repo.py --license-key XXXX-XXXXXXXXX
Get dist name... Ubuntu
Check that repository isn't created... Ok
https://cln.cloudlinux.com/cln/api/centos/token/register
Request repository token for this server... Ok
Save repo file to /etc/apt/sources.list.d/ubuntu-els.list... Ok
Add Cloudlinux gpg key to apt... Ok
Cleaning repository cache... Ok
[els@ubuntu16 ~]# apt-cache show els-define
Package: els-define
Version: 1-1.0.1
Expand All @@ -360,11 +349,11 @@ Description-md5: 39e3bb446b4c63607f8f0358484545bf

1. Download an installer script:
```
wget https://repo.cloudlinux.com/ubuntu18_04-els/install-ubuntu-els-repo.py
wget https://repo.cloudlinux.com/ubuntu18_04-els/install-ubuntu18.04-els-repo.sh
```
2. Run the installer script with keys. The installation script registers the server in the CLN with the key, adds PGP key to the server
```
python install-ubuntu-els-repo.py --license-key XXXX-XXXXXXXXXXXX
bash install-ubuntu18.04-els-repo.sh --license-key XXXX-XXXXXXXXXXXX
```
3. Verify that the installation was successful. To ensure that installation has been completed successfully, run the following command:
```
Expand All @@ -374,7 +363,7 @@ It should return the info of an available package. If you see information about

Example:
```
apt-cache show els-define
[els@ubuntu18 ~]# apt-cache show els-define
Package: els-define
Version: 1-1.0.2
Architecture: amd64
Expand Down

0 comments on commit aa48a12

Please sign in to comment.