#!/bin/sh
#DESCRIPTION=Preview to the last key update
#!/bin/sh
#DESCRIPTION=This script will update your KeyUpdater Plugin
echo "Plugin Update by redbull301"
echo "erstelle Ordner..."
[ -d /usr/lib/enigma2/python/Plugins/Extensions/SA-KeyUpdater ] || mkdir -p /usr/lib/enigma2/python/Plugins/Extensions/SA-KeyUpdater
echo "lade Update herunter"
wget http://plugin.satangels.com/IPBox/E2/plugin_update.tar.gz -O /tmp/plugin_update.tar.gz
wget http://plugin.satangels.com/IPBox/E2/plugin_update.txt -O /tmp/plugin_update.txt
echo "Plugin Update wird installiert..."
tar -xzf /tmp/plugin_update.tar.gz -C /
echo ""
echo ""
echo ""
echo "just a moment please........"
echo ""
echo ""
echo ""
echo ""
echo ""
echo ""
more /tmp/plugin_update.txt
rm /tmp/plugin_update.tar.gz
rm /tmp/plugin_update.txt
sleep 2
