diff options
| author | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-06-30 09:54:02 +0200 |
|---|---|---|
| committer | Czarek Nakamoto <cyjan@mrcyjanek.net> | 2026-07-17 06:15:46 +0200 |
| commit | 109c4c75eb0ce2d62d1d393c7e2032aad4555f6b (patch) | |
| tree | e8c173509b41b3141a7f6e27b0120ee2bc6b751a /apply_patches.sh | |
| parent | 5952bef2ec01b0b7e57c11613cbdc081dcd727c5 (diff) | |
feat: zano hf6cyjan-zano-hf6
Diffstat (limited to 'apply_patches.sh')
| -rwxr-xr-x | apply_patches.sh | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/apply_patches.sh b/apply_patches.sh index be83bfb..e0f3ff0 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -38,12 +38,7 @@ then git remote set-url origin https://github.com/mrcyjanek/randomwow.git popd fi -if [[ "$repo" == "zano" ]]; -then - pushd contrib/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 |
