- #!/usr/bin/env sh
- rm -rf ./pull/
- mkdir -pv ./pull/audiobot
- curl https://splamy.de/api/nightly/ts3ab/master_dotnet_core_3_1_preview/download -o ./pull/audiobot/audiobot.zip
- curl -L https://yt-dl.org/downloads/latest/youtube-dl -o ./pull/youtube-dl
- cd ./pull/audiobot
- unzip audiobot.zip
- rm audiobot.zip
- cd ../..
|