From be77348a3840f1e56dd6d8f46502fe6c73ba91ee Mon Sep 17 00:00:00 2001 From: Gautham Varma K <43441192+GauthamVarmaK@users.noreply.github.com> Date: Thu, 20 May 2021 13:23:49 +0530 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Bump=20WebGrabPlus=20from?= =?UTF-8?q?=20v2.1.0=20to=20v3.1.0=20(#9)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Bumps WebGrabPlus from v2.1.0 to v3.1.0 --- tvheadend/run.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tvheadend/run.sh b/tvheadend/run.sh index 4743c28..1006611 100644 --- a/tvheadend/run.sh +++ b/tvheadend/run.sh @@ -15,8 +15,8 @@ if [ "$(ls -A /config/tvheadend/wg++)" ]; then else bashio::log.info "[Webgrab+] No webgrab+ installation found - Installing webgrab+" cd /tmp && \ - wget http://www.webgrabplus.com/sites/default/files/download/SW/V2.1.0/WebGrabPlus_V2.1_install.tar.gz && \ - tar -xvf WebGrabPlus_V2.1_install.tar.gz && rm WebGrabPlus_V2.1_install.tar.gz && \ + wget http://webgrabplus.com/sites/default/files/download/SW/V3.1.0/WebGrabPlus_V3.1_install.tar.gz && \ + tar -xvf WebGrabPlus_V3.1_install.tar.gz && rm WebGrabPlus_V3.1_install.tar.gz && \ mv .wg++/ /config/tvheadend/wg++ && \ cd /config/tvheadend/wg++ && \ ./install.sh @@ -74,4 +74,4 @@ else bashio::log.info '[StreamLink] Installing Streamlink...'; streamlink_install fi -bashio::log.info '[StreamLink] Setup completed without errors!!' \ No newline at end of file +bashio::log.info '[StreamLink] Setup completed without errors!!'