CC-3145: create debian full install

-done
This commit is contained in:
Martin Konecny 2011-11-30 11:41:10 -05:00
parent 0e592ffba3
commit c399a4ad0a
3 changed files with 30 additions and 7 deletions

View file

@ -22,6 +22,15 @@ echo "----------------------------------------------------"
echo " 1. Install Packages"
echo "----------------------------------------------------"
dist=`lsb_release -is`
if [ "$dist" -eq "Debian" ]; then
grep "deb http://www.debian-multimedia.org squeeze main non-free" /etc/apt/sources.list
if [ "$?" -ne "0" ]; then
echo "deb http://www.debian-multimedia.org squeeze main non-free" > /etc/apt/sources.list
fi
fi
apt-get update
# Updated package list