Add prerequisite for git.
This commit is contained in:
parent
ff8b6eb083
commit
fafdafa022
@ -25,6 +25,12 @@ RHELSecureSetup is a Bash script designed to streamline the process of securing
|
|||||||
sudo dnf install curl
|
sudo dnf install curl
|
||||||
```
|
```
|
||||||
|
|
||||||
|
- `git` installed. If not present, you can install it using:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
sudo dnf install git
|
||||||
|
```
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
1. **Clone the repository**:
|
1. **Clone the repository**:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user