From 5fa8f5433af1bc33a5b7c464adc29c5434c61c85 Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Wed, 24 Dec 2025 02:28:37 +0300 Subject: [PATCH] Added to cargo build --- ct/rustypaste.sh | 2 +- install/rustypaste-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/rustypaste.sh b/ct/rustypaste.sh index 39b29e4cb..46e03cc80 100644 --- a/ct/rustypaste.sh +++ b/ct/rustypaste.sh @@ -42,7 +42,7 @@ function update_script() { cd /opt/rustypaste CLEAN_INSTALL=1 fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" "latest" "/opt/rustypaste" sed -i 's|^address = ".*"|address = "0.0.0.0:8000"|' config.toml - cargo build --locked --release + $STD cargo build --locked --release msg_ok "Updated rustypaste to latest" msg_info "Starting rustypaste" diff --git a/install/rustypaste-install.sh b/install/rustypaste-install.sh index 808fa08a7..188d5b47d 100644 --- a/install/rustypaste-install.sh +++ b/install/rustypaste-install.sh @@ -25,7 +25,7 @@ fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" "latest" " msg_info "Setting up rustypaste" cd /opt/rustypaste sed -i 's|^address = ".*"|address = "0.0.0.0:8000"|' config.toml -cargo build --locked --release +$STD cargo build --locked --release msg_ok "Set up rustypaste" msg_info "Creating Service"