mirror of
https://github.com/onionshare/onionshare.git
synced 2025-03-25 15:08:12 -04:00
Suggest the use of git shallow copy, while cloning
This commit is contained in:
parent
c6e0aafc1d
commit
eb9c2a7177
@ -36,7 +36,7 @@ fi
|
||||
mkdir -p build/source
|
||||
mkdir -p dist
|
||||
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
|
||||
|
||||
# Verify tag
|
||||
|
Loading…
x
Reference in New Issue
Block a user