fix: Add unbound to install script
All checks were successful
Build Docker / Build_Docker (push) Successful in 46s

This commit is contained in:
Nathan Woodburn 2024-06-27 21:12:55 +10:00
parent 35975fda66
commit ccabbfd629
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -52,6 +52,9 @@ export NVM_DIR="$([ -z "${XDG_CONFIG_HOME-}" ] && printf %s "${HOME}/.nvm" || pr
cd /root # Double check this path cd /root # Double check this path
# Install unbound
sudo apt install libunbound-dev -y
# Install Node.js # Install Node.js
sudo apt install build-essential -y sudo apt install build-essential -y
nvm install 20.14.0 nvm install 20.14.0