⬆️ Bump WebGrabplus from 3.1.0 to 3.2.0 (#26)

* ⬆️ Bump WebGrabPlus from v3.1.0 to v3.2.0
* 🔧 Fix small bug during installation
This commit is contained in:
Gautham Varma K
2021-08-12 09:55:10 +05:30
committed by GitHub
parent e25a063e5d
commit c204f8b737
+5 -5
View File
@@ -19,13 +19,13 @@ webgrabplus_install(){
mkdir -p ~/.wg++
ln -sf /config/tvheadend/wg++/guide.xml ~/.wg++/guide.xml
cd /tmp && \
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 && \
wget http://webgrabplus.com/sites/default/files/download/SW/V3.2.0/WebGrabPlus_V3.2_install.tar.gz && \
tar -xvf WebGrabPlus_V3.2_install.tar.gz && rm WebGrabPlus_V3.2_install.tar.gz && \
mv .wg++/ /config/tvheadend/wg++ && cd /config/tvheadend/wg++ && ./install.sh
rm -rf siteini.pack/ && \
git clone https://github.com/DeBaschdi/webgrabplus-siteinipack.git && \
cp -R webgrabplus-siteinipack/siteini.pack/ siteini.pack && \
cp siteini.pack/International/horizon.tv.* siteini.user/
wget http://webgrabplus.com/sites/default/files/download/ini/SiteIniPack_current.zip && \
unzip SiteIniPack_current.zip && rm SiteIniPack_current.zip && \
cp siteini.pack/India/* siteini.user/
wget -O /usr/bin/tv_grab_wg++ http://www.webgrabplus.com/sites/default/files/tv_grab_wg.txt && \
chmod a+x /usr/bin/tv_grab_wg++