|
@@ -4,7 +4,7 @@ rm -rf ./pull/
|
|
mkdir -pv ./pull/audiobot
|
|
mkdir -pv ./pull/audiobot
|
|
curl https://splamy.de/api/nightly/ts3ab/master_dotnet_core_3_1_preview/download -o ./pull/audiobot/audiobot.zip
|
|
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
|
|
curl -L https://yt-dl.org/downloads/latest/youtube-dl -o ./pull/youtube-dl
|
|
-pushd ./pull/audiobot
|
|
|
|
|
|
+cd ./pull/audiobot
|
|
unzip audiobot.zip
|
|
unzip audiobot.zip
|
|
rm audiobot.zip
|
|
rm audiobot.zip
|
|
-popd
|
|
|
|
|
|
+cd ../..
|