Add prerequisite for git.

This commit is contained in:
Nick Hepler 2024-10-14 17:14:27 -04:00
parent ff8b6eb083
commit fafdafa022

View File

@ -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**: