|
|
|
@ -23,8 +23,8 @@ if [ -d "electrum-git" ]; then |
|
|
|
# GIT repository found, update it |
|
|
|
# GIT repository found, update it |
|
|
|
echo "Pull" |
|
|
|
echo "Pull" |
|
|
|
cd electrum-git |
|
|
|
cd electrum-git |
|
|
|
git checkout master |
|
|
|
|
|
|
|
git pull |
|
|
|
git pull |
|
|
|
|
|
|
|
git checkout $BRANCH |
|
|
|
cd .. |
|
|
|
cd .. |
|
|
|
else |
|
|
|
else |
|
|
|
# GIT repository not found, clone it |
|
|
|
# GIT repository not found, clone it |
|
|
|
|