From 15b42cdc9fe5bfa58662e310c2acae99d1fbf8c1 Mon Sep 17 00:00:00 2001 From: GoldenSpring Date: Wed, 24 Dec 2025 19:24:13 +0000 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> --- install/rustypaste-install.sh | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/install/rustypaste-install.sh b/install/rustypaste-install.sh index 90103851e..75f65465d 100644 --- a/install/rustypaste-install.sh +++ b/install/rustypaste-install.sh @@ -14,13 +14,11 @@ network_check update_os msg_info "Installing Dependencies" -$STD apt install -y \ - build-essential \ - ca-certificates +$STD apt install -y build-essential msg_ok "Dependencies Installed Successfully" RUST_VERSION="1.92.0" setup_rust -fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" "latest" "/opt/rustypaste" +fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" msg_info "Setting up rustypaste" cd /opt/rustypaste