Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 3 additions & 4 deletions content/waf/install/disconnected-environment.md
Original file line number Diff line number Diff line change
Expand Up @@ -185,12 +185,11 @@ See the section for your operating system below:
```shell
mkdir -p /offline/packages

sudo yumdownloader --resolve --destdir=/offline/packages \
sudo yum install --downloadonly --downloaddir=/offline/packages \
app-protect \
app-protect-attack-signatures \
app-protect-bot-signatures \
app-protect-threat-campaigns

```

#### RHEL / Rocky Linux 9
Expand Down Expand Up @@ -224,7 +223,7 @@ See the section for your operating system below:
```shell
mkdir -p /offline/packages

sudo yumdownloader --resolve --destdir=/offline/packages \
sudo yum install --downloadonly --downloaddir=/offline/packages \
app-protect \
app-protect-attack-signatures \
app-protect-bot-signatures \
Expand Down Expand Up @@ -327,4 +326,4 @@ You can then transfer the files and load the images in your disconnected environ
docker load -i waf-ip-intelligence.tar
```

Ensure your Docker compose files use the tagged images you've transferred.
Ensure your Docker compose files use the tagged images you've transferred.