From fc15ef3fd14b0b62c6e62a94b217fb56e665d65a Mon Sep 17 00:00:00 2001 From: Ruan Bahia Date: Sat, 22 Nov 2025 13:27:54 -0300 Subject: [PATCH] fix: Snipe-IT install and update failure due to new repository url (#9362) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Slaviša Arežina <58952836+tremor021@users.noreply.github.com> Co-authored-by: CanbiZ <47820557+MickLesk@users.noreply.github.com> --- ct/snipeit.sh | 2 +- install/snipeit-install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ct/snipeit.sh b/ct/snipeit.sh index 3f25fa32e5..589ac1f769 100644 --- a/ct/snipeit.sh +++ b/ct/snipeit.sh @@ -40,7 +40,7 @@ function update_script() { mv /opt/snipe-it /opt/snipe-it-backup msg_ok "Backup created" - fetch_and_deploy_gh_release "snipe-it" "snipe/snipe-it" "tarball" + fetch_and_deploy_gh_release "snipe-it" "grokability/snipe-it" "tarball" [[ "$(php -v 2>/dev/null)" == PHP\ 8.2* ]] && PHP_VERSION="8.3" PHP_MODULE="common,ctype,ldap,fileinfo,iconv,mysql,soap,xsl" PHP_FPM="YES" setup_php sed -i 's/php8.2/php8.3/g' /etc/nginx/conf.d/snipeit.conf setup_composer diff --git a/install/snipeit-install.sh b/install/snipeit-install.sh index 9c67972b96..d368ff2c33 100644 --- a/install/snipeit-install.sh +++ b/install/snipeit-install.sh @@ -21,7 +21,7 @@ msg_ok "Installed Dependencies" PHP_VERSION="8.3" PHP_MODULE="common,ctype,ldap,fileinfo,iconv,mysql,soap,xsl" PHP_FPM="YES" setup_php setup_composer -fetch_and_deploy_gh_release "snipe-it" "snipe/snipe-it" "tarball" +fetch_and_deploy_gh_release "snipe-it" "grokability/snipe-it" "tarball" setup_mariadb msg_info "Setting up database"