summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2009-06-26 16:21:08 -0400
committerJason A. Donenfeld <Jason@zx2c4.com>2009-06-26 16:21:08 -0400
commit22bf5e1c1cbf9137eae2b95cb190197a577a3a76 (patch)
tree879e2be6b38e3e4e2b1e86068c48e1f812b66228
parentCountless improvements. (diff)
downloadOldSchoolRipper-22bf5e1c1cbf9137eae2b95cb190197a577a3a76.tar.xz
OldSchoolRipper-22bf5e1c1cbf9137eae2b95cb190197a577a3a76.zip
Addded updatescript for installs.
-rw-r--r--updatescript.txt12
-rwxr-xr-xupload.sh3
2 files changed, 15 insertions, 0 deletions
diff --git a/updatescript.txt b/updatescript.txt
new file mode 100644
index 0000000..99bf89a
--- /dev/null
+++ b/updatescript.txt
@@ -0,0 +1,12 @@
+sudo apt-get -y --force-yes update
+sudo apt-get -y --force-yes install ffmpeg festival dvdbackup libdvdread4
+sudo /usr/share/doc/libdvdread4/install-css.sh
+cd
+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
+cd ~/Desktop
+eject /dev/dvd
+wget -O rip.py http://anyclip.zx2c4.com/rip.txt
+chmod +x rip.py
+./rip.py \ No newline at end of file
diff --git a/upload.sh b/upload.sh
new file mode 100755
index 0000000..91a9915
--- /dev/null
+++ b/upload.sh
@@ -0,0 +1,3 @@
+#scp rip.py anyclip@192.168.99.25:/home/anyclip/Desktop/
+scp rip.py zx2c4.com:anyclip.zx2c4.com/rip.txt
+scp updatescript.txt zx2c4.com:anyclip.zx2c4.com