add wireguar-tools to install

This commit is contained in:
Samuel Lorch 2023-05-06 21:13:07 +02:00
parent df7608269e
commit 5bf336ff91

View file

@ -19,7 +19,7 @@ dnf install epel-release
dnf config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
echo "Installing Required Packages from Repos"
dnf install wget git systemd-networkd gh tcpdump nodejs dhcp-server unbound
dnf install wget git systemd-networkd gh tcpdump nodejs dhcp-server unbound wireguard-tools
echo "Installing pnpm"
curl -fsSL https://get.pnpm.io/install.sh | sh -