From 8f76d231e53e0a711c79ef7f951f337233731698 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sun, 12 Feb 2017 19:24:50 +0300 Subject: [PATCH 1/2] updated pull-gui.sh iguana gui branch --- pull-gui.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pull-gui.sh b/pull-gui.sh index 2f840d1..a5f8d86 100755 --- a/pull-gui.sh +++ b/pull-gui.sh @@ -19,7 +19,7 @@ if [ -d "Iguana-application" ]; then git checkout 0.3 git pull else - git clone https://github.com/SuperNETorg/Iguana-application.git -b 0.3 + git clone https://github.com/SuperNETorg/Iguana-application.git -b 0.3.1 cd Iguana-application fi From 19f3c24307aa179e075bf151fde9865991f549d0 Mon Sep 17 00:00:00 2001 From: pbca26 Date: Sun, 12 Feb 2017 19:44:02 +0300 Subject: [PATCH 2/2] added git branch track to pull-gui.sh --- pull-gui.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pull-gui.sh b/pull-gui.sh index a5f8d86..60c6fbe 100755 --- a/pull-gui.sh +++ b/pull-gui.sh @@ -16,11 +16,13 @@ fi if [ -d "Iguana-application" ]; then cd Iguana-application - git checkout 0.3 + git checkout 0.3.1 + git branch 0.3.1 --track origin/0.3.1 git pull else git clone https://github.com/SuperNETorg/Iguana-application.git -b 0.3.1 cd Iguana-application + git branch 0.3.1 --track origin/0.3.1 fi bower install