mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-13 07:10:51 +02:00
Tianji: Update dependencies (#4968)
* Update tianji-install.sh * Also check jq in update
This commit is contained in:
@@ -22,7 +22,8 @@ $STD apt-get install -y \
|
||||
build-essential \
|
||||
git \
|
||||
make \
|
||||
ca-certificates
|
||||
ca-certificates \
|
||||
jq
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
NODE_VERSION="22" NODE_MODULE="pnpm@$(curl -s https://raw.githubusercontent.com/msgbyte/tianji/master/package.json | jq -r '.packageManager | split("@")[1]')" install_node_and_modules
|
||||
|
||||
Reference in New Issue
Block a user