Changes

From Amahi Wiki
Jump to: navigation, search
163 bytes added ,  01:28, 25 March 2016
image =Warning.png|
heading =WARNING|
message = }}== Disclaimer ==If you follow this guide to update your GH install Greyhole 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.<br />
== Fedora ==To update to the latest version available, do the following:Amahi releases new versions of Greyhole (GH) after they've been tested. '''Official Greyhole for Amahi 7 on Fedora 19 is''' 0.9.44<br />* [[open_terminal|As root user]], execute yum update amahi-greyhole
'''NOTE:''' The <b>ONLY</b> officially supported Greyhole package for Amahi 7 or greater is available from the Amahi repository. The Greyhole web site no longer provides updates for Amahi. If you attempt to install anything other than amahi-greyhole, it could render your HDA inoperable.
==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 - Greyhole Repo ===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 <nowiki>http://www.greyhole.net/releases/deb </nowiki> stable main" > /etc/apt/sources.list.d/greyhole.list' curl -s <nowiki>http://www.greyhole.net/releases/deb/greyhole-debsig.asc </nowiki>|</nowiki> sudo apt-key add - sudo apt-get update}}
=== Option 2 - Manual install ===Manually install the latest DEB ===package.
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/archive] and copy the link for the latest greyhole.</blockquotebr>
3. Back to terminal, make sure you execute as root (sudo). Example update command for 64-bit:<br>
{{Code| wget <nowiki>http://www.greyhole.net/releases/deb/greyhole-0.9.31-1.amd64.deb</nowiki> 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
{{Code| tail -f /var/log/greyhole.log}}
5. Re-check the version of your newly updated Greyhole install, and enjoy!
{{Code| sudo greyhole}}
12,424

edits