#!/bin/sh
echo "******************************************************************"
echo "*             Freeserer 6.8.6 installed successfully             *"
echo "*                                                                *"
echo "*                    << mino60 >>                                *"
echo "*                                                                *"
echo "*                www.tunisia-sat.com                             *"
echo "******************************************************************"
echo ""
echo ""
echo ""
cd /tmp
wget https://ia600702.us.archive.org/26/items/dreamosat/cfscrape.tar.gz
tar -xzf cfscrape.tar.gz -C /

rm -rf /tmp/*.tar.gz
rm -rf /tmp/*.ipk
echo "Restarting Enigma2 to load..."
init 4
killall -9 enigma2 > /dev/null 2>&1
init 3
exit 0
