Alternate Methods Using apt
Labels:
Automated Methods
First Step:
echo "deb http://www.getautomatix.com/apt feisty main" | sudo tee -a /etc/apt/sources.list
Second Step:
wget http://www.getautomatix.com/keys/automatix2.key
Third Step:
gpg --import automatix2.key
Fourth Step:
gpg --export --armor E23C5FC3 | sudo apt-key add -
Fifth Step:
sudo aptitude update
Sixth Step:
sudo aptitude install automatix2
No comments:
Post a Comment