~~fix~~ workaround wownero randomwow remote

This commit is contained in:
Czarek Nakamoto
2024-04-04 22:35:31 +02:00
parent 939a955cd7
commit d493a4d29b

View File

@@ -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