mirror of
https://github.com/ej52/proxmox-scripts.git
synced 2025-07-27 06:08:03 +02:00
Fixes #63
Can confirm that creating SSL certs works again after updating nodejs to 16.x
This commit is contained in:
parent
03d079b7b4
commit
906762390d
@ -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
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user