From d493a4d29b964f1bf48cf6e091a1e0e38349ae1d Mon Sep 17 00:00:00 2001 From: Czarek Nakamoto Date: Thu, 4 Apr 2024 22:35:31 +0200 Subject: [PATCH] ~~fix~~ workaround wownero randomwow remote --- apply_patches.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/apply_patches.sh b/apply_patches.sh index b270d55..2671d46 100755 --- a/apply_patches.sh +++ b/apply_patches.sh @@ -29,6 +29,12 @@ fi set -e cd $repo git am ../patches/$repo/*.patch +if [[ "$repo" == "wownero" ]]; +then + pushd external/randomwow + git remote set-url origin https://github.com/mrcyjanek/randomwow.git + popd +fi git submodule init git submodule update --init --recursive --force touch .patch-applied