|
@ -2,9 +2,12 @@ echo Refreshing binaries from artifacts.supernet.org |
|
|
echo ========================================= |
|
|
echo ========================================= |
|
|
echo Step: Removing old binaries |
|
|
echo Step: Removing old binaries |
|
|
pwd |
|
|
pwd |
|
|
[ ! -d build ] && mkdir -p build |
|
|
[ ! -d build ] && \ |
|
|
|
|
|
mkdir -p build |
|
|
cd build |
|
|
cd build |
|
|
rm -rvf artifacts.supernet.org |
|
|
[ -d artifacts.supernet.org ] && \ |
|
|
|
|
|
echo Removing old artifacts. && \ |
|
|
|
|
|
rm -rvf artifacts.supernet.org |
|
|
echo |
|
|
echo |
|
|
echo Step: Cloning latest binaries for build |
|
|
echo Step: Cloning latest binaries for build |
|
|
wget --recursive --no-parent https://artifacts.supernet.org/latest/ |
|
|
wget --recursive --no-parent https://artifacts.supernet.org/latest/ |
|
|