diff --git a/update-gluon.sh b/update-gluon.sh index 6848ee0362afa5790e79abdddc3aa5259b637605..4620562b8950bb0854e3eb8000c029083870a654 100755 --- a/update-gluon.sh +++ b/update-gluon.sh @@ -4,8 +4,8 @@ set -x set -eu set -o pipefail -gluon_major="v2020.1" -site_branch="v1.9" +gluon_major="v2020.2" +site_branch="v2.0" gluon_fork_git_url="ssh://git@gitlab.freifunk-stuttgart.de:22220/firmware/gluon.git" gluon_upstream_git_url="https://github.com/freifunk-gluon/gluon.git"