mirror of
https://github.com/speatzle/nfsense.git
synced 2025-05-10 10:38:20 +00:00
also install unbound
This commit is contained in:
parent
29e9a0b9b8
commit
0d62eca44c
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
dnf install wget git systemd-networkd gh tcpdump nodejs dhcp-server unbound
|
||||
|
||||
echo "Installing pnpm"
|
||||
curl -fsSL https://get.pnpm.io/install.sh | sh -
|
||||
|
|
Loading…
Add table
Reference in a new issue