diff options
author | Christian Grothoff <christian@grothoff.org> | 2021-04-09 16:33:35 +0200 |
---|---|---|
committer | Christian Grothoff <christian@grothoff.org> | 2021-04-09 16:33:35 +0200 |
commit | 5fc1764db37d0fc68d0883bb272a06774274bfc3 (patch) | |
tree | 50319498e44418ce63ad43150bc5db3c030965da /bootstrap | |
parent | a1705fe4211340e380d50f48c177ca2d66bf7b8b (diff) |
do not upgrade gana to master on bootstrap
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -7,6 +7,12 @@ if ! git --version >/dev/null; then exit 1 fi + +git submodule update --init + +./contrib/gana-update.sh + + ./contrib/gana.sh # This is more portable than `which' but comes with |