From 03bffdd0630d812fb1697a47a48c5e1319118a54 Mon Sep 17 00:00:00 2001 From: fabrice1236 Date: Tue, 7 Jan 2025 19:15:12 +0100 Subject: [PATCH] Add update to package list --- install/ghost-install.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/install/ghost-install.sh b/install/ghost-install.sh index 4fe49581..ee4e43cc 100644 --- a/install/ghost-install.sh +++ b/install/ghost-install.sh @@ -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