From cdf6ec1949e312cc1173af11e39a5b20233a8f5f Mon Sep 17 00:00:00 2001 From: AcuGIS Date: Wed, 31 Jan 2024 12:58:05 +0000 Subject: [PATCH] Update scripts/geohelm-installer.sh --- scripts/geohelm-installer.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/geohelm-installer.sh b/scripts/geohelm-installer.sh index eff50eb..f4da883 100644 --- a/scripts/geohelm-installer.sh +++ b/scripts/geohelm-installer.sh @@ -4,7 +4,7 @@ DISTRO=$(grep -m 1 '^ID=' /etc/os-release | cut -f2 -d= | tr -d '"') DISTRO_VER=$(grep '^VERSION_ID' /etc/os-release | tr -d '"' | cut -f2 -d= | cut -f1 -d.) INSTALL_SCRIPT="geohelm-${DISTRO}-${DISTRO_VER}.sh" -URL_BASE="https://raw.githubusercontent.com/AcuGIS/GeoHelm/master/scripts" +URL_BASE="https://git.acugis.com/AcuGIS/GeoHelm/raw/branch/main/scripts" if [ -f /usr/bin/wget ]; then wget -q "${URL_BASE}/${INSTALL_SCRIPT}"