Add update to package list

This commit is contained in:
fabrice1236 2025-01-07 19:15:12 +01:00
parent b8e7388e20
commit 03bffdd063

View File

@ -45,8 +45,9 @@ msg_ok "Set up Node.js Repository"
# Install Node.js (includes npm)
msg_info "Installing Node.js and npm"
$STD apt-get update
$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"
# Install Ghost CLI