Skip to content
Snippets Groups Projects
Commit 2604a1c4 authored by Jan-Tarek Butt's avatar Jan-Tarek Butt
Browse files

git clone with destination dir is useless by non emty dirs

parent 5ad5d541
No related branches found
No related tags found
No related merge requests found
......@@ -71,7 +71,9 @@ mkdir site
ls -A | grep -v -E '(^|\s)site($|\s)' | xargs -I{} mv {} site/
# Clone Gluon repo
git clone https://github.com/freifunk-gluon/gluon.git ./ -b $GLUON_VERSION
git init .
git remote add origin https://github.com/freifunk-gluon/gluon.git
git pull origin $GLUON_VERSION
# fetch packages repos and apply patches
make update || exit 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment