mirror of
https://github.com/community-scripts/ProxmoxVE
synced 2025-01-10 19:05:09 +00:00
Reformat dependencies when installing ps5-mqtt
This commit is contained in:
parent
fc0647e5b0
commit
69473f4ac4
@ -15,15 +15,15 @@ network_check
|
||||
update_os
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y curl jq
|
||||
$STD apt-get install -y \
|
||||
curl \
|
||||
sudo \
|
||||
mc \
|
||||
jq \
|
||||
nodejs \
|
||||
npm
|
||||
|
||||
msg_info "Installing NodeJS and NPM"
|
||||
$STD apt-get install -y nodejs npm
|
||||
msg_ok "Installed NodeJS and NPM"
|
||||
|
||||
msg_info "Installing playactor"
|
||||
$STD npm i -g playactor
|
||||
msg_ok "Installed playactor"
|
||||
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user