mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Add update to package list
This commit is contained in:
parent
b8e7388e20
commit
03bffdd063
@ -45,8 +45,9 @@ msg_ok "Set up Node.js Repository"
|
|||||||
|
|
||||||
# Install Node.js (includes npm)
|
# Install Node.js (includes npm)
|
||||||
msg_info "Installing Node.js and npm"
|
msg_info "Installing Node.js and npm"
|
||||||
|
$STD apt-get update
|
||||||
$STD apt-get install -y nodejs
|
$STD apt-get install -y nodejs
|
||||||
$STD apt-get install -y npm
|
# $STD apt-get install -y npm
|
||||||
msg_ok "Installed Node.js and npm"
|
msg_ok "Installed Node.js and npm"
|
||||||
|
|
||||||
# Install Ghost CLI
|
# Install Ghost CLI
|
||||||
|
Loading…
Reference in New Issue
Block a user