defeather

This commit is contained in:
wowario 2021-03-30 12:52:29 +03:00
parent 82ac1c2daf
commit 9a75c5a986
No known key found for this signature in database
GPG key ID: 24DCBE762DE9C111
114 changed files with 367 additions and 465 deletions

View file

@ -392,7 +392,7 @@ RUN git clone -b v4.0.2 --depth 1 https://github.com/fukuchi/libqrencode.git &&
make -j$THREADS install && \
rm -rf $(pwd)
RUN git clone https://git.wownero.com/feather/monero-seed.git && \
RUN git clone https://git.wownero.com/wowlet/monero-seed.git && \
cd monero-seed && \
git reset --hard 4674ef09b6faa6fe602ab5ae0b9ca8e1fd7d5e1b && \
cmake -DCMAKE_BUILD_TYPE=Release -Bbuild && \