mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-26 02:55:54 +00:00
Refactor guardian-install.sh to streamline dependency installation by removing npm and ensuring proper package installation order
This commit is contained in:
@@ -16,11 +16,14 @@ 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"
|
||||
|
||||
Reference in New Issue
Block a user