This commit is contained in:
CanbiZ (MickLesk) 2026-01-23 12:02:18 +01:00
parent 1623517a02
commit ccd518f96b
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@ function update_script() {
msg_info "Updating RustyPaste" msg_info "Updating RustyPaste"
$STD apk update $STD apk update
$STD apk upgrade rustypaste rustypaste-cli --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community $STD apk upgrade rustypaste --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
msg_ok "Updated RustyPaste" msg_ok "Updated RustyPaste"
msg_info "Restarting Services" msg_info "Restarting Services"

View File

@ -14,7 +14,7 @@ network_check
update_os update_os
msg_info "Installing RustyPaste" msg_info "Installing RustyPaste"
$STD apk add --no-cache rustypaste rustypaste-openrc rustypaste-cli --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community $STD apk add --no-cache rustypaste --repository=https://dl-cdn.alpinelinux.org/alpine/edge/community
msg_ok "Installed RustyPaste" msg_ok "Installed RustyPaste"
msg_info "Configuring RustyPaste" msg_info "Configuring RustyPaste"