chg: remove centos step

The instruction to enable the SCL repos is already provided in step 1.4,
and the package centos-release-scl does not exist on RHEL7. The fact
that step 1.4 may not work on a trial subscription is not relevant
because assumptions 0.1 and 0.2 specifically state that a support
agreement is required to be able to complete the installation.
pull/4121/head
iwitz 2019-02-07 08:58:01 +01:00 committed by GitHub
parent 9a1ddd760f
commit cbf3262bca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 7 deletions

View File

@ -38,8 +38,7 @@ sudo subscription-manager register --auto-attach # register your system to an ac
sudo subscription-manager refresh
sudo subscription-manager repos --enable rhel-7-server-optional-rpms
sudo subscription-manager repos --enable rhel-7-server-extras-rpms
# This fails on a Trial subscription, it seems.
##sudo subscription-manager repos --enable rhel-server-rhscl-7-rpms
sudo subscription-manager repos --enable rhel-server-rhscl-7-rpms
```
### 1.5a/ OPTIONAL: Install the deltarpm package to help reduce download size when installing updates
@ -64,11 +63,6 @@ yum update -y
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm -y
```
## 1.7/ Install the SCL repo
```bash
yum install centos-release-scl
```
# 2/ Install Dependencies
Once the system is installed and updated, the following steps can be performed as root