diff --git a/image/resources/install.sh b/image/resources/install.sh index c16910a..296440b 100755 --- a/image/resources/install.sh +++ b/image/resources/install.sh @@ -11,7 +11,8 @@ function main() mkdir /usr/local/src/ModeratorElection #change to main branch for production - git clone --single-branch --branch MEapp-development https://repo.prod.meissa.de/meissa/ModeratorElection.git /usr/local/src/ModeratorElection + #change to MEapp-development branch for development + git clone --single-branch --branch main https://repo.prod.meissa.de/meissa/ModeratorElection.git /usr/local/src/ModeratorElection #download gradle #gradle_version="8.4"