Update ct/kutt.sh

Co-authored-by: Tobias <96661824+CrazyWolf13@users.noreply.github.com>
This commit is contained in:
Tom Frenzel 2025-12-14 17:09:44 +01:00 committed by GitHub
parent 95426e1e1e
commit 5af193b759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -34,10 +34,6 @@ function update_script() {
systemctl stop kutt systemctl stop kutt
msg_ok "Stopped services" msg_ok "Stopped services"
msg_info "Updating packages"
$STD apt-get update
$STD apt-get dist-upgrade
msg_ok "Updated packages"
fetch_and_deploy_gh_release "kutt" "thedevs-network/kutt" "tarball" "latest" fetch_and_deploy_gh_release "kutt" "thedevs-network/kutt" "tarball" "latest"