From ccabbfd6293b038cb9a1064f650f09382a3c5a3d Mon Sep 17 00:00:00 2001 From: Nathan Woodburn Date: Thu, 27 Jun 2024 21:12:55 +1000 Subject: [PATCH] fix: Add unbound to install script --- install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/install.sh b/install.sh index b488999..6e0b97f 100755 --- a/install.sh +++ b/install.sh @@ -52,6 +52,9 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr cd /root # Double check this path +# Install unbound +sudo apt install libunbound-dev -y + # Install Node.js sudo apt install build-essential -y nvm install 20.14.0