Skip to content

Commit

Permalink
⬆️ Bump WebGrabPlus from v2.1.0 to v3.1.0 (#9)
Browse files Browse the repository at this point in the history
Bumps WebGrabPlus from v2.1.0 to v3.1.0
  • Loading branch information
GauthamVarmaK authored May 20, 2021
1 parent 730b57b commit be77348
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tvheadend/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!!'

0 comments on commit be77348

Please sign in to comment.