Relocate Velato

This commit is contained in:
Radon Rosborough 2020-09-27 09:51:01 -07:00
parent caef35a0e0
commit 431a8d1c4b
2 changed files with 5 additions and 5 deletions

View File

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

View File

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