mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2024-12-23 20:19:25 +00:00
78f801ed9d
fix polyseed
11 lines
139 B
Bash
Executable file
11 lines
139 B
Bash
Executable file
#!/bin/bash
|
|
set -x -e
|
|
|
|
ls /opt/android
|
|
|
|
rm -rf monero haven
|
|
|
|
./build_monero.sh
|
|
./build_haven.sh
|
|
./copy_monero_deps.sh
|
|
./copy_haven_deps.sh
|