Posted June 16, 200816 yr In article <CyA5k.8427$jI5.4302@flpi148.ffdc.sbc.com>, Bill Yanaire <bill@yanaire.com> wrote: > >With Ubuntu you have to type all the following >cryptic code into some stupid terminal window. Oh, the horror. Well, in honor of Bill Yanaire I've decided to save all those poor ubuntu users from typing hell. Just copy and paste the following lines to your stupid terminal window: #! /bin/bash echo "Yanaire.sh, in honor of the man who who wouldn't recognize linux if it ran up and peed on his leg" sudo cp /etc/apt/sources.list /etc/apt/sources.old cp /etc/apt/source.list /tmp sudo echo "deb http://packages.medibuntu.org/ hardy free non-free">>/etc/apt/sources.list wget -q http://packages.medibuntu.org/medibuntu-key.gpg -O- | sudo apt-key add - echo "Ignore the warning that will appear on your stupid terminal window" sudo apt-get update sudo apt-get install libdvdcss2 w32codecs sudo cp -f /tmp/sources.list /etc/apt exit $?
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.