From a335779c5f7586005935eadca565e580f10a5c15 Mon Sep 17 00:00:00 2001 From: Ruan Bahia Date: Sun, 23 Nov 2025 07:41:51 -0300 Subject: [PATCH] fix: Snipe-IT update check failure (#9371) - official source code repository for Snipe-IT is now located https://github.com/grokability/snipe-it --- ct/snipeit.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/snipeit.sh b/ct/snipeit.sh index 589ac1f76..54aa64706 100644 --- a/ct/snipeit.sh +++ b/ct/snipeit.sh @@ -31,7 +31,7 @@ function update_script() { sed -i '/index index.php;/i \ client_max_body_size 100M;' /etc/nginx/conf.d/snipeit.conf fi - if check_for_gh_release "snipe-it" "snipe/snipe-it"; then + if check_for_gh_release "snipe-it" "grokability/snipe-it"; then msg_info "Stopping Services" systemctl stop nginx msg_ok "Services Stopped"