Changes

From Amahi Wiki
Jump to: navigation, search
1,071 bytes added ,  21:42, 27 May 2013
4. Back to terminal, make sure you are root (su). Example update command:<br>
{{Code|rpm -Uvh http://www.greyhole.net/releases/rpm/`uname -i`/hda-greyhole-0.9.13-1.`uname -i`.rpm}}
 
5. Check the GH log for any errors that might have occurred after the upgrade
6. Re-check the version of your newly updated Greyhole install, and enjoy!
{{Code|rpm -q hda-greyhole}}
 
== Ubuntu Option 1 - Use the Greyhole APT repository ==
If you didn't already, add the Greyhole APT repository to your APT configuration.
{{code|sudo sh -c 'echo "deb http://www.greyhole.net/releases/deb stable main" > /etc/apt/sources.list.d/greyhole.list'
curl -s http://www.greyhole.net/releases/deb/greyhole-debsig.asc <nowiki>|</nowiki> sudo apt-key add -
sudo apt-get update}}
 
== Ubuntu Option 2 - Manually install the latest DEB ==
 
1. Find current version:
{{Code|sudo greyhole}}
 
2. Is there a new version? Browse the archive and copy the link for the latest greyhole.<br>
<blockquote>http://www.greyhole.net/releases/deb/</blockquote>
 
3. Back to terminal, make sure you execute as root (sudo). Example update command:<br>
{{Code|wget http://www.greyhole.net/releases/deb/greyhole-0.9.26-4.amd64.deb
sudo dpkg -i greyhole-0.9.26-4.amd64.deb}}
 
4. Check the GH log for any errors that might have occurred after the upgrade
{{Code|tail -f /var/log/greyhole.log}}
 
5. Re-check the version of your newly updated Greyhole install, and enjoy!
{{Code|sudo greyhole}}
=== Troubleshooting ===
12,424

edits