summaryrefslogtreecommitdiff
path: root/apply_patches.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-05 10:50:55 -0500
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-11-05 10:50:55 -0500
commit188617de0617b9a21643c5fc00910f7c12e29a0e (patch)
treed778b4f652f229a49fcb5bed4867e78bfb1da760 /apply_patches.sh
parent3425af022a818ecda0fb859c95272b44a6edac18 (diff)
[skip ci] update tor-connect
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!"