⬆️ 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:
+2
-2
@@ -15,8 +15,8 @@ if [ "$(ls -A /config/tvheadend/wg++)" ]; then
|
|||||||
else
|
else
|
||||||
bashio::log.info "[Webgrab+] No webgrab+ installation found - Installing webgrab+"
|
bashio::log.info "[Webgrab+] No webgrab+ installation found - Installing webgrab+"
|
||||||
cd /tmp && \
|
cd /tmp && \
|
||||||
wget http://www.webgrabplus.com/sites/default/files/download/SW/V2.1.0/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_V2.1_install.tar.gz && rm WebGrabPlus_V2.1_install.tar.gz && \
|
tar -xvf WebGrabPlus_V3.1_install.tar.gz && rm WebGrabPlus_V3.1_install.tar.gz && \
|
||||||
mv .wg++/ /config/tvheadend/wg++ && \
|
mv .wg++/ /config/tvheadend/wg++ && \
|
||||||
cd /config/tvheadend/wg++ && \
|
cd /config/tvheadend/wg++ && \
|
||||||
./install.sh
|
./install.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user