~~fix~~ workaround wownero randomwow remote
This commit is contained in:
@@ -29,6 +29,12 @@ fi
|
|||||||
set -e
|
set -e
|
||||||
cd $repo
|
cd $repo
|
||||||
git am ../patches/$repo/*.patch
|
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 init
|
||||||
git submodule update --init --recursive --force
|
git submodule update --init --recursive --force
|
||||||
touch .patch-applied
|
touch .patch-applied
|
||||||
|
|||||||
Reference in New Issue
Block a user