⬆️ 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:
+3
-3
@@ -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!!'
|
||||
|
||||
Reference in New Issue
Block a user