From 431a8d1c4b216dc2713aa26666ee1012a835e07b Mon Sep 17 00:00:00 2001 From: Radon Rosborough Date: Sun, 27 Sep 2020 09:51:01 -0700 Subject: [PATCH] Relocate Velato --- scripts/docker-install-phase4.bash | 5 ----- scripts/docker-install-phase6.bash | 5 +++++ 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/docker-install-phase4.bash b/scripts/docker-install-phase4.bash index e8104b7..0e169d3 100755 --- a/scripts/docker-install-phase4.bash +++ b/scripts/docker-install-phase4.bash @@ -292,11 +292,6 @@ rm swift.tar.gz wget -nv https://github.com/raxod502/riju-cdn/releases/download/unison-M1l-232-519cbeb58704c1b9410c9386e492be59fd5a5334/unison -O /usr/local/bin/unison chmod +x /usr/local/bin/unison -# Velato -wget -nv http://www.archduke.org/midi/asc2mid.c -clang asc2mid.c -o /usr/local/bin/asc2mid -rm asc2mid.c - file="$(curl -fsSL http://velato.net/ | grep -Eo 'Velato[0-9_]+.zip')" wget -nv "http://velato.net/Content/Velato/${file}" unzip -d /opt/velato Velato*.zip diff --git a/scripts/docker-install-phase6.bash b/scripts/docker-install-phase6.bash index 35babb6..b7c476a 100755 --- a/scripts/docker-install-phase6.bash +++ b/scripts/docker-install-phase6.bash @@ -138,6 +138,11 @@ mv bin/thue /usr/local/bin/thue popd >/dev/null rm -rf thue-* +# Velato +wget -nv http://www.archduke.org/midi/asc2mid.c +clang asc2mid.c -o /usr/local/bin/asc2mid +rm asc2mid.c + # Zot git clone https://github.com/manyoso/zot.git pushd zot >/dev/null