diff --git a/installer/installer.sh b/installer/installer.sh index 595ac69..c609cda 100644 --- a/installer/installer.sh +++ b/installer/installer.sh @@ -4,9 +4,11 @@ set -e GIT_BRANCH=$1 GIT_REPO=https://ognproject.evlt.uma.es/gitea/opengnsys/ogrepository.git +GIT_SSL_NO_VERIFY=true INSTALL_DIR=/opt/opengnsys/ogrepository DEBIAN_FRONTEND=noninteractive export DEBIAN_FRONTEND +export GIT_SSL_NO_VERIFY clone_repository() { local BRANCH=$1