Merge pull request #64 from Sjeff/patch-2

Fixes #63
This commit is contained in:
Elton Renda 2022-01-28 09:52:17 +02:00 committed by GitHub
commit 9b446c786a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -99,7 +99,7 @@ runcmd apt-get update && apt-get install -y -q --no-install-recommends openresty
# Install nodejs # Install nodejs
log "Installing nodejs" log "Installing nodejs"
runcmd wget -qO - https://deb.nodesource.com/setup_14.x | bash - runcmd wget -qO - https://deb.nodesource.com/setup_16.x | bash -
runcmd apt-get install -y -q --no-install-recommends nodejs runcmd apt-get install -y -q --no-install-recommends nodejs
runcmd npm install --global yarn runcmd npm install --global yarn
@ -241,4 +241,4 @@ log "Installation complete
\e[0mNginx Proxy Manager should be reachable at the following URL. \e[0mNginx Proxy Manager should be reachable at the following URL.
http://${IP}:81 http://${IP}:81
" "