fix: Add unbound to install script
All checks were successful
Build Docker / Build_Docker (push) Successful in 46s
All checks were successful
Build Docker / Build_Docker (push) Successful in 46s
This commit is contained in:
parent
35975fda66
commit
ccabbfd629
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user