Fix cloud-init variable name - NODE_VERSION -> node_version
This commit is contained in:
parent
dbdda6c9c4
commit
dd40b38b99
1 changed files with 1 additions and 1 deletions
|
|
@ -13,7 +13,7 @@ apt-get upgrade -y
|
|||
apt-get install -y nginx certbot python3-certbot-nginx curl git
|
||||
|
||||
# Install Node.js
|
||||
curl -fsSL https://deb.nodesource.com/setup_${NODE_VERSION}.x | bash -
|
||||
curl -fsSL https://deb.nodesource.com/setup_${node_version}.x | bash -
|
||||
apt-get install -y nodejs
|
||||
|
||||
# Create directories
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue