From 584c09fb6726c3530953e5329a4528e8641ab5f8 Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Tue, 23 Dec 2025 00:08:43 +0300 Subject: [PATCH] changed rejects from pr review --- ct/rustypaste.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ct/rustypaste.sh b/ct/rustypaste.sh index 1cca586d1..9346c3c91 100644 --- a/ct/rustypaste.sh +++ b/ct/rustypaste.sh @@ -1,5 +1,5 @@ #!/usr/bin/env bash -source <(curl -s raw.githubusercontent.com/GoldenSpringness/ProxmoxVED/refs/heads/feature/rustypaste/misc/build.func) +source <(curl -s https://raw.githubusercontent.com/GoldenSpringness/ProxmoxVED/main/misc/misc/build.func) # Copyright (c) 2021-2025 community-scripts ORG # Author: GoldenSpringness # License: MIT | https://github.com/GoldenSpringness/ProxmoxVED/raw/main/LICENSE @@ -40,10 +40,12 @@ function update_script() { msg_ok "Backup Created" msg_info "Updating rustypaste to latest" + cd /opt/rustypaste CLEAN_INSTALL=1 fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" "latest" "/opt/rustypaste" + cargo build --locked --release msg_ok "Updated rustypaste to latest"