We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47ff30e commit e0305b2Copy full SHA for e0305b2
README.md
@@ -1,3 +1,11 @@
1
+## Install
2
+
3
```bash
-sudo ./configure.sh
4
+sudo ./install.sh
5
+```
6
7
+## If you have problems with the package manager, use this script.
8
9
+```bash
10
+sudo ./centos-stream-8-vault-repos.sh
11
```
configure.sh install.shconfigure.sh renamed to install.sh
@@ -1,9 +1,5 @@
#! /bin/bash
-./centos-stream-8-vault-repos.sh
-
-sudo yum update -y
if ! command -v docker &> /dev/null; then
sudo yum install -y yum-utils
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo
0 commit comments