Skip to content

Commit e0305b2

Browse files
committed
feat: update installation script
The file "configure.sh" has been renamed to "install.sh". The script will not automatically update packages with "yum".
1 parent 47ff30e commit e0305b2

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## Install
2+
13
```bash
2-
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
311
```

configure.sh renamed to install.sh

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
#! /bin/bash
22

3-
./centos-stream-8-vault-repos.sh
4-
5-
sudo yum update -y
6-
73
if ! command -v docker &> /dev/null; then
84
sudo yum install -y yum-utils
95
sudo yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo

0 commit comments

Comments
 (0)