Apply suggestions from code review

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
GoldenSpring 2025-12-23 21:08:07 +00:00 committed by GitHub
parent 7b4785ad3b
commit 262d821172
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,6 @@ setting_up_container
network_check 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 \
@ -21,7 +20,6 @@ $STD apt install -y \
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" "latest" "/opt/rustypaste"
msg_info "Setting up rustypaste" msg_info "Setting up rustypaste"
@ -44,7 +42,6 @@ Restart=always
[Install] [Install]
WantedBy=multi-user.target WantedBy=multi-user.target
EOF EOF
systemctl enable -q --now rustypaste systemctl enable -q --now rustypaste
msg_ok "Created Service" msg_ok "Created Service"