mirror of
https://github.com/onionshare/onionshare.git
synced 2025-07-21 13:59:03 -04:00
Updates pluggable transport links in the build scripts
This commit is contained in:
parent
05d0d05514
commit
a79773412d
5 changed files with 6 additions and 6 deletions
|
@ -5,7 +5,7 @@ OS=$(uname -s)
|
|||
|
||||
mkdir -p ./build/snowflake
|
||||
cd ./build/snowflake
|
||||
git clone https://git.torproject.org/pluggable-transports/snowflake.git || echo "already cloned"
|
||||
git clone https://gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake.git || echo "already cloned"
|
||||
cd snowflake
|
||||
git checkout $SNOWFLAKE_TAG
|
||||
if [ "$OS" == "Darwin" ]; then
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue