mirror of
https://github.com/onionshare/onionshare.git
synced 2025-02-10 19:58:52 -05:00
Merge pull request #1540 from egypcio/shallow-copy
Suggest the use of git shallow copy, while cloning
This commit is contained in:
commit
710644bcd5
@ -36,7 +36,7 @@ fi
|
|||||||
mkdir -p build/source
|
mkdir -p build/source
|
||||||
mkdir -p dist
|
mkdir -p dist
|
||||||
cd build/source
|
cd build/source
|
||||||
git clone https://github.com/onionshare/onionshare.git
|
git clone --single-branch --branch $TAG --depth 1 https://github.com/onionshare/onionshare.git
|
||||||
cd onionshare
|
cd onionshare
|
||||||
|
|
||||||
# Verify tag
|
# Verify tag
|
||||||
|
Loading…
x
Reference in New Issue
Block a user