whitespace & cleanup

This commit is contained in:
m2049r 2018-10-08 17:47:55 +02:00 committed by m2049r
parent 4271c743c7
commit 8587eab41c
6 changed files with 10 additions and 23 deletions

View File

@ -1,13 +0,0 @@
#!/usr/bin/env bash
set -e
version=v1.5.10.5
curl -O -L https://github.com/fuwa0529/wownerujo/releases/download/${version}/external-libs.tgz
rm -rf external-libs
echo "unpacking external-libs"
tar zxfv external-libs.tgz
rm external-libs.tgz