[Pkg-owncloud-commits] [owncloud-doc] 14/49: Correct GPG command

David Prévot taffit at moszumanska.debian.org
Thu Mar 12 02:06:46 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository owncloud-doc.

commit 56e2ad03f43fdb7852b1e398c37bceea0221a256
Author: Lukas Reschke <lukas at owncloud.com>
Date:   Sat Feb 14 17:39:13 2015 +0100

    Correct GPG command
---
 admin_manual/installation/source_installation.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/admin_manual/installation/source_installation.rst b/admin_manual/installation/source_installation.rst
index e2c8439..c000427 100644
--- a/admin_manual/installation/source_installation.rst
+++ b/admin_manual/installation/source_installation.rst
@@ -127,9 +127,9 @@ Now download the archive of the latest ownCloud version:
 * You may also verify the PGP signature::
     
     wget https://download.owncloud.org/community/owncloud-x.y.z.tar.bz2.asc
-    wget https://owncloud.org/owncloud.asc
+    wget https://www.owncloud.org/owncloud.asc
     gpg --import owncloud.asc
-    gpg owncloud-x.y.z.tar.bz2
+    gpg --verify owncloud-x.y.z.tar.bz2.asc owncloud-x.y.z.tar.bz2
   
 * Now you can extract the archive contents. Open a terminal, navigate to your 
   download directory, and run::

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/owncloud-doc.git



More information about the Pkg-owncloud-commits mailing list