From 916a0459aa3c94eeeb20dfe47995d5d90b9c5809 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Thu, 9 Jan 2025 16:21:04 +0100 Subject: [PATCH] Fix npm --- install/ps5-mqtt-install.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/install/ps5-mqtt-install.sh b/install/ps5-mqtt-install.sh index d5c2c1fc..e3a9295c 100644 --- a/install/ps5-mqtt-install.sh +++ b/install/ps5-mqtt-install.sh @@ -18,9 +18,7 @@ $STD apt-get install -y \ curl \ sudo \ mc \ - jq \ - npm -$STD npm i -g playactor + jq msg_ok "Installed Dependencies" msg_info "Setting up Node.js Repository" @@ -32,6 +30,7 @@ msg_ok "Set up Node.js Repository" msg_info "Installing Node.js" $STD apt-get update $STD apt-get install -y nodejs +$STD npm i -g playactor msg_ok "Installed Node.js"