changed rejects from pr review
This commit is contained in:
parent
0befe26bed
commit
584c09fb67
@ -1,5 +1,5 @@
|
|||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
source <(curl -s raw.githubusercontent.com/GoldenSpringness/ProxmoxVED/refs/heads/feature/rustypaste/misc/build.func)
|
source <(curl -s https://raw.githubusercontent.com/GoldenSpringness/ProxmoxVED/main/misc/misc/build.func)
|
||||||
# Copyright (c) 2021-2025 community-scripts ORG
|
# Copyright (c) 2021-2025 community-scripts ORG
|
||||||
# Author: GoldenSpringness
|
# Author: GoldenSpringness
|
||||||
# License: MIT | https://github.com/GoldenSpringness/ProxmoxVED/raw/main/LICENSE
|
# License: MIT | https://github.com/GoldenSpringness/ProxmoxVED/raw/main/LICENSE
|
||||||
@ -40,10 +40,12 @@ function update_script() {
|
|||||||
msg_ok "Backup Created"
|
msg_ok "Backup Created"
|
||||||
|
|
||||||
msg_info "Updating rustypaste to latest"
|
msg_info "Updating rustypaste to latest"
|
||||||
|
|
||||||
cd /opt/rustypaste
|
cd /opt/rustypaste
|
||||||
|
|
||||||
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" "latest" "/opt/rustypaste"
|
CLEAN_INSTALL=1 fetch_and_deploy_gh_release "rustypaste" "orhun/rustypaste" "tarball" "latest" "/opt/rustypaste"
|
||||||
|
|
||||||
|
|
||||||
cargo build --locked --release
|
cargo build --locked --release
|
||||||
|
|
||||||
msg_ok "Updated rustypaste to latest"
|
msg_ok "Updated rustypaste to latest"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user