2010-04-26, 06:00
Do the following
then
I'm working on a non-su, sudo only version.
The glitch is that I run as root on my media center. It works fine when running as root, but not sudo root.
Code:
sudo su
Code:
apt-get install curl
mkdir ~/.mythicalLibrarian && mkdir ~/.mythicalLibrarian/mythicalSetup && cd ~/.mythicalLibrarian/mythicalSetup
curl [url=http://mythicallibrarian.googlecode.com/svn/trunk/mythicalSetup.sh][color=#0000ff]http://mythicallibrarian.googlecode.com/svn/trunk/mythicalSetup.sh[/color][/url]>./mythicalSetup.sh
chmod +x ./mythicalSetup.sh && ./mythicalSetup.sh
The glitch is that I run as root on my media center. It works fine when running as root, but not sudo root.