Apply suggestions from code review

Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
GoldenSpring 2025-12-24 19:24:13 +00:00 committed by GitHub
parent 35bb3bbbfc
commit 15b42cdc9f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -14,13 +14,11 @@ network_check
update_os update_os
msg_info "Installing Dependencies" msg_info "Installing Dependencies"
$STD apt install -y \ $STD apt install -y build-essential
build-essential \
ca-certificates
msg_ok "Dependencies Installed Successfully" msg_ok "Dependencies Installed Successfully"
RUST_VERSION="1.92.0" setup_rust 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" msg_info "Setting up rustypaste"
cd /opt/rustypaste cd /opt/rustypaste