summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
Diffstat (limited to 'apply_patches.sh')
-rwxr-xr-xapply_patches.sh8
1 files changed, 7 insertions, 1 deletions
diff --git a/apply_patches.sh b/apply_patches.sh
index 22c3bba..0392ad7 100755
--- a/apply_patches.sh
+++ b/apply_patches.sh
@@ -38,7 +38,13 @@ then
git remote set-url origin https://github.com/mrcyjanek/randomwow.git
popd
fi
+if [[ "$repo" == "zano" ]];
+then
+ pushd external/tor-connect
+ git remote set-url origin https://github.com/mrcyjanek/tor-connect.git
+ popd
+fi
git submodule init
git submodule update --init --recursive --force
touch .patch-applied
-echo "you are good to go!" \ No newline at end of file
+echo "you are good to go!"