mirror of https://github.com/lukechilds/Agama.git
michal maxian
8 years ago
1 changed files with 11 additions and 0 deletions
@ -0,0 +1,11 @@ |
|||
echo Refreshing binaries from artifacts.supernet.org |
|||
echo ========================================= |
|||
echo Step: Removing old binaries |
|||
cd build |
|||
rm -rvf artifacts.supernet.org |
|||
echo |
|||
echo Step: Cloning latest binaries for build |
|||
wget --recursive --no-parent https://artifacts.supernet.org/latest/ |
|||
cd .. |
|||
echo ========================================= |
|||
echo |
Loading…
Reference in new issue