From 64d0becd629b82025853ace8eca2af2fe0eca554 Mon Sep 17 00:00:00 2001 From: "CanbiZ (MickLesk)" <47820557+MickLesk@users.noreply.github.com> Date: Fri, 18 Sep 2026 07:46:53 +0200 Subject: [PATCH] Fix case sensitivity in fetch_and_deploy_gh_release --- install/scanopy-install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/scanopy-install.sh b/install/scanopy-install.sh index bbc7a0ee2..ca173d9a9 100644 --- a/install/scanopy-install.sh +++ b/install/scanopy-install.sh @@ -15,7 +15,7 @@ update_os PG_VERSION=17 setup_postgresql PG_DB_NAME="scanopy_db" PG_DB_USER="scanopy" PG_DB_GRANT_SUPERUSER="true" setup_postgresql_db -fetch_and_deploy_gh_release "scanopy" "scanopy/scanopy" "singlefile" "latest" "/usr/bin" "scanopy-server-linux-$(arch_resolve)" +fetch_and_deploy_gh_release "Scanopy" "scanopy/scanopy" "singlefile" "latest" "/usr/bin" "scanopy-server-linux-$(arch_resolve)" msg_info "Configuring Scanopy" mkdir -p /opt/scanopy