⬆️ Bump WebGrabPlus from v2.1.0 to v3.1.0 (#9)

Bumps WebGrabPlus from v2.1.0 to v3.1.0
This commit is contained in:
Gautham Varma K
2021-05-20 13:23:49 +05:30
committed by GitHub
parent 730b57b4a6
commit be77348a38
+3 -3
View File
@@ -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!!'
bashio::log.info '[StreamLink] Setup completed without errors!!'