Greyhole updating

From Amahi Wiki
Jump to: navigation, search

Disclaimer

Amahi releases new versions of Greyhole (GH) after they've been tested. If you follow this guide to update your GH install manually you do so on your own risk. If it breaks, it's on you.

Instructions

1. Find current version:

bash code
​rpm -q hda-greyhole​


2. Is there a new version?

Link
​http://www.greyhole.net/download/​

3. Browse the archive and copy the link for the latest hda-greyhole (Amahi needs hda-greyhole, the regular greyhole will conflict)

Link
​http://www.greyhole.net/download/archives.html​
Unsure whether you have i386 or x86_64? Run in terminal:
bash code
​uname -i​


4. Back to terminal, make sure you are root (su). Example update command:

bash code
​rpm -Uvh http://www.greyhole.net/releases/hda-greyhole-0.9.10-1.i386.rpm​


5. Check the GH log for any errors occured the last minutes

bash code
​nano /var/log/greyhole.log​


6. Recheck version of your newly updated Greyhole install and enjoy!

bash code
​rpm -q hda-greyhole​