bootstrap-rocky-9/defguard/install-defguard-gateway.sh
2025-11-26 03:57:27 +02:00

7 lines
248 B
Bash
Executable File

#!/usr/bin/env bash
wget "https://github.com/DefGuard/gateway/releases/download/v1.5.1/defguard-gateway_1.5.1_x86_64-unknown-linux-gnu.rpm" \
-O "defguard-gatway-unknown-linux-gnu.rpm"
dnf localinstall -y ./defguard-gatway-unknown-linux-gnu.rpm