Update scripts/geohelm-installer.sh

This commit is contained in:
AcuGIS 2024-01-31 12:58:05 +00:00
parent af15b074dc
commit cdf6ec1949
1 changed files with 1 additions and 1 deletions

View File

@ -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}"