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
|
trap cleanup_localagi_service EXIT
|
||||||
|
|
||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt install -y \
|
$STD apt install -y build-essential
|
||||||
curl \
|
|
||||||
ca-certificates \
|
|
||||||
git \
|
|
||||||
jq \
|
|
||||||
build-essential
|
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
|
|||||||
Reference in New Issue
Block a user