#!/bin/bash
# --> Intel setup script by Krautmaster <-
# 2012-07-24
apt-get install -y ssh python-software-properties
add-apt-repository -y ppa

ulse-eight/libcec
apt-get update
apt-get upgrade -y
# --> download scripts <-
rm scripts_setup
wget
https://dl.dropbox.com/u/21136636/scripts/scripts_setup
chmod 777 scripts_setup
./scripts_setup
# --> prerequisite_packages_setup <--
cd /install
./prerequisite_packages_setup
# --> Intel Driver <--
cd /install
./Intel_driver_setup
# --> VDR Setup <--
cd /install
./vdr_setup
# --> XBMC von PPA installen <--
cd /install
./xbmc_setup
# --> XBMC Bauen <--
cd /install
./xbmc_fernetmenta_intel_setup
# --> FireFox Installieren <--
cd /install
./firefox_setup
# --> Boblight Installieren <--
cd /install
./boblight_setup
# --> Boblight + Oscam Autostart <--
cd /install
./autostart_setup
# --> Intel Deiterlace <--
cd /install
./Intel_deinterlace_setup
# --> xbmc config einspielen<--
cd /install
./xbmc_config_setup
# --> Oscam_Setup <--
cd /install
./oscam_setup
# --> MakeMKV installen <--
cd /install
./makemkv_setup
apt-get autoremove -y
reboot