Apply suggestions from code review
Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com>
This commit is contained in:
parent
35bb3bbbfc
commit
15b42cdc9f
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user