Refactor guardian-install.sh to remove npm installation and ensure proper dependency setup
This commit is contained in:
parent
b4646fbd78
commit
aa2649a933
@ -16,11 +16,15 @@ update_os
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt-get install -y \
|
||||
git \
|
||||
nodejs \
|
||||
npm \
|
||||
sqlite3 \
|
||||
unzip \
|
||||
curl
|
||||
curl \
|
||||
ca-certificates \
|
||||
gnupg
|
||||
|
||||
curl -fsSL https://deb.nodesource.com/setup_24.x | bash -
|
||||
$STD apt-get install -y nodejs
|
||||
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
msg_info "Setup Guardian"
|
||||
|
Loading…
x
Reference in New Issue
Block a user