Browse Source

Delete 'update.sh'

kirkleon 4 years ago
parent
commit
fb7c5ddc8d
1 changed files with 0 additions and 10 deletions
  1. 0 10
      update.sh

+ 0 - 10
update.sh

@@ -1,10 +0,0 @@
-#!/usr/bin/env bash
-
-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
-pushd ./pull/audiobot
-unzip audiobot.zip
-rm audiobot.zip
-popd