This commit is contained in:
Michel Roegl-Brunner 2025-01-09 16:21:04 +01:00
parent 6e3eea541c
commit 916a0459aa

View File

@ -18,9 +18,7 @@ $STD apt-get install -y \
curl \ curl \
sudo \ sudo \
mc \ mc \
jq \ jq
npm
$STD npm i -g playactor
msg_ok "Installed Dependencies" msg_ok "Installed Dependencies"
msg_info "Setting up Node.js Repository" msg_info "Setting up Node.js Repository"
@ -32,6 +30,7 @@ msg_ok "Set up Node.js Repository"
msg_info "Installing Node.js" msg_info "Installing Node.js"
$STD apt-get update $STD apt-get update
$STD apt-get install -y nodejs $STD apt-get install -y nodejs
$STD npm i -g playactor
msg_ok "Installed Node.js" msg_ok "Installed Node.js"