From 5bf336ff91575aed2ee4d521776ee5d07e730037 Mon Sep 17 00:00:00 2001 From: Samuel Lorch Date: Sat, 6 May 2023 21:13:07 +0200 Subject: [PATCH] add wireguar-tools to install --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 0b7a787..9f726fa 100644 --- a/install.sh +++ b/install.sh @@ -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 -