mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-03-09 16:14:57 +00:00
fix: simplify dependency installation by removing unnecessary packages in localagi-install.sh
This commit is contained in:
@@ -30,12 +30,7 @@ function cleanup_localagi_service() {
|
||||
trap cleanup_localagi_service EXIT
|
||||
|
||||
msg_info "Installing Dependencies"
|
||||
$STD apt install -y \
|
||||
curl \
|
||||
ca-certificates \
|
||||
git \
|
||||
jq \
|
||||
build-essential
|
||||
$STD apt install -y build-essential
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
NODE_VERSION="24" setup_nodejs
|
||||
|
||||
Reference in New Issue
Block a user