Difference between revisions of "Greyhole updating"

From Amahi Wiki
Jump to: navigation, search
Line 11: Line 11:
 
The <b>ONLY</b> officially supported Greyhole package for Amahi 7 is available from the Amahi repository.  The Greyhole web site no longer provides updates for Amahi.
 
The <b>ONLY</b> officially supported Greyhole package for Amahi 7 is available from the Amahi repository.  The Greyhole web site no longer provides updates for Amahi.
  
==Ubuntu 12.04.x ONLY==
+
==Ubuntu==
 
Amahi releases new versions of Greyhole (GH) after they've been tested. '''Official Greyhole for Amahi on Ubuntu 12.04.x:'''  0.9.22
 
Amahi releases new versions of Greyhole (GH) after they've been tested. '''Official Greyhole for Amahi on Ubuntu 12.04.x:'''  0.9.22
  

Revision as of 04:13, 16 February 2014

Warning.png WARNING


Disclaimer

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. All the steps below should be executed as root.

Fedora

Amahi releases new versions of Greyhole (GH) after they've been tested. Official Greyhole for Amahi on Fedora 19: 0.9.41

The ONLY officially supported Greyhole package for Amahi 7 is available from the Amahi repository. The Greyhole web site no longer provides updates for Amahi.

Ubuntu

Amahi releases new versions of Greyhole (GH) after they've been tested. Official Greyhole for Amahi on Ubuntu 12.04.x: 0.9.22

Option 1 - Use the Greyhole APT repository

If you didn't already, add the Greyhole APT repository to your APT configuration.

bash 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 | sudo apt-key add - sudo apt-get update​


Option 2 - Manually install the latest DEB

1. Find current version:

bash code
​sudo greyhole​


2. Is there a new version? Browse the archive and copy the link for the latest greyhole.

http://www.greyhole.net/releases/deb/

3. Back to terminal, make sure you execute as root (sudo). Example update command for 64-bit:

bash code
​wget http://www.greyhole.net/releases/deb/greyhole-0.9.31-1.amd64.deb sudo dpkg -i greyhole-0.9.31-1.amd64.deb​


4. Check the GH log for any errors that might have occurred after the upgrade

bash code
​tail -f /var/log/greyhole.log​


5. Re-check the version of your newly updated Greyhole install, and enjoy!

bash code
​sudo greyhole​