Эх сурвалжийг харах

Merge branch 'update-fix' of kirkleon/dockerized-audiobot into master

kirkleon 4 жил өмнө
parent
commit
217dcb16d5
3 өөрчлөгдсөн 3 нэмэгдсэн , 14 устгасан
  1. 0 1
      .gitignore
  2. 3 3
      README.md
  3. 0 10
      update.sh

+ 0 - 1
.gitignore

@@ -1 +0,0 @@
-pull/

+ 3 - 3
README.md

@@ -1,7 +1,7 @@
 # Dockerized Audiobot
+[![Build Status](https://drone.hiram.services/api/badges/kirkleon/dockerized-audiobot/status.svg)](https://drone.hiram.services/kirkleon/dockerized-audiobot)
 
 Dockerizes Splamy's wonderful [TS3AudioBot](https://github.com/Splamy/TS3AudioBot) software.
 
-`update.sh` pulls the latest version of TS3AudioBot and `youtube-dl` into the `pull` directory.
-
-Dockerfile builds an image. Containers can mount a configuration directory at `/data`.
+Dockerfile pulls the latest version of TS3AudioBot and youtube-dl on build. Containers can 
+mount a configuration directory at `/data`.

+ 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