From 01f8ea735590c10ebb6e58ee703353a37aa906d2 Mon Sep 17 00:00:00 2001 From: nrb <freifunk@nicoboehr.de> Date: Sun, 19 Jul 2020 17:41:37 +0200 Subject: [PATCH] update to v2.0 and Gluon v2020.2 --- update-gluon.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/update-gluon.sh b/update-gluon.sh index 6848ee0..4620562 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" -- GitLab