mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-06-17 13:01:19 +02:00
Pin version (#15156)
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ function update_script() {
|
||||
|
||||
NODE_VERSION="24" setup_nodejs
|
||||
|
||||
if check_for_gh_release "trek" "mauriceboe/TREK"; then
|
||||
if check_for_gh_release "trek" "mauriceboe/TREK" "v3.0.22"; then
|
||||
msg_info "Stopping Service"
|
||||
systemctl stop trek
|
||||
msg_ok "Stopped Service"
|
||||
|
||||
@@ -18,7 +18,7 @@ $STD apt install -y build-essential
|
||||
msg_ok "Installed Dependencies"
|
||||
|
||||
NODE_VERSION="24" setup_nodejs
|
||||
fetch_and_deploy_gh_release "trek" "mauriceboe/TREK" "tarball"
|
||||
fetch_and_deploy_gh_release "trek" "mauriceboe/TREK" "tarball" "v3.0.22"
|
||||
|
||||
msg_info "Building Client"
|
||||
cd /opt/trek/client
|
||||
|
||||
Reference in New Issue
Block a user