Add the following repos to your /etc/apt/sources.list:
Quote:
deb http://cafelinux.org/Downloads/oz-os tinwoodman main
To do it automatically, copy+paste the above to a command line:
Code:
sudo sh -c "echo 'deb http://cafelinux.org/Downloads/oz-os tinwoodman main' >> /etc/apt/sources.list"
and add the authenticated key with:
Code:
wget -q http://cafelinux.org/Downloads/oz-os/key.asc -O- | sudo apt-key add -
Update the repos:
Code:
sudo apt-get update
Install e17 it with:
Code:
sudo apt-get install e17-svn
And thats all.
Quote:
deb http://cafelinux.org/Downloads/oz-os tinwoodman main
To do it automatically, copy+paste the above to a command line:
Code:
sudo sh -c "echo 'deb http://cafelinux.org/Downloads/oz-os tinwoodman main' >> /etc/apt/sources.list"
and add the authenticated key with:
Code:
wget -q http://cafelinux.org/Downloads/oz-os/key.asc -O- | sudo apt-key add -
Update the repos:
Code:
sudo apt-get update
Install e17 it with:
Code:
sudo apt-get install e17-svn
And thats all.