summaryrefslogtreecommitdiffstats
path: root/updatescript.txt
blob: 2df7c19729e15da899a28272c96c3b7a223db574 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
sudo apt-get -y --force-yes update
sudo apt-get -y --force-yes install vlc festival dvdbackup libdvdread4 wput libphonon4 libqtcore4 libqtgui4 libqt4-webkit libqt4-network
sudo /usr/share/doc/libdvdread4/install-css.sh
cd
if [ ! -e "HandBrakeCLI" ]
then
	wget http://daigertech.com/handbrake/HandBrake-0.9.3-Ubuntu_CLI_amd64.tgz
	tar xzf HandBrake-0.9.3-Ubuntu_CLI_amd64.tgz
	chmod +x HandBrakeCLI
fi
cd ~/Desktop
eject /dev/dvd
wget -O Subtitler http://anyclip.zx2c4.com/Subtitler
wget -O rip.py 'http://git.zx2c4.com/?p=ripper.git;a=blob_plain;f=rip.py;hb=HEAD'
wget -O fixAudio.sh 'http://git.zx2c4.com/?p=ripper.git;a=blob_plain;f=fixAudio.sh;hb=HEAD'
chmod +x rip.py
chmod +x fixAudio.sh
chmod +x Subtitler