I'll update the blog with the things I install from Automatix but below you'll find the intstructions for loading the software on Ubuntu Edgy.
echo "deb http://www.getautomatix.com/apt edgy main" | sudo tee -a /etc/apt/sources.list
Second Step:
wget http://www.getautomatix.com/apt/key.gpg.asc
Third Step:
gpg --import key.gpg.asc
Fourth Step:
gpg --export --armor 521A9C7C | sudo apt-key add -
Fifth Step:
sudo apt-get update
Sixth Step:
sudo apt-get install automatix2
No comments:
Post a Comment