Browse Source

cleaning procedure before binary download

pkg_automation_electrum
michal maxian 8 years ago
parent
commit
65b39eb0b8
  1. 7
      binary_artifacts.sh

7
binary_artifacts.sh

@ -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/

Loading…
Cancel
Save