Author: dmagda
Date: Wed May 30 16:55:05 2018
New Revision: 1832558

URL: http://svn.apache.org/viewvc?rev=1832558&view=rev
Log:
updated RPM instructions

Modified:
    ignite/site/trunk/download.html

Modified: ignite/site/trunk/download.html
URL: 
http://svn.apache.org/viewvc/ignite/site/trunk/download.html?rev=1832558&r1=1832557&r2=1832558&view=diff
==============================================================================
--- ignite/site/trunk/download.html (original)
+++ ignite/site/trunk/download.html Wed May 30 16:55:05 2018
@@ -1581,14 +1581,16 @@ under the License.
         </p>
         <p>Add the repository to Yum repositories list:</p>
         <pre class="brush:bash">
-           cat &lt;&lt;EOF &gt; /etc/yum.repos.d/ignite.repo
-           &#91;ignite&#93;
-           name=Apache Ignite
-           baseurl=https://www.apache.org/dist/ignite/rpm/2.x/
-           gpgcheck=1
-           repo_gpgcheck=1
-           gpgkey=https://www.apache.org/dist/ignite/KEYS
-           EOF
+            sudo bash -c 'cat &lt;&lt;EOF &gt; /etc/yum.repos.d/ignite.repo
+            [ignite]
+            name=Apache Ignite
+            baseurl=https://apache.org/dist/ignite/rpm/
+            gpgcheck=1
+            repo_gpgcheck=1
+            gpgkey=https://apache.org/dist/ignite/KEYS
+            https://bintray.com/user/downloadSubjectPublicKey?username=bintray
+            EOF'
+            sudo yum check-update
         </pre>
         <p>Then install the latest Apache Ignite version (accept the ​GPG 
key import prompt):</p>
         <pre class="brush:bash">


Reply via email to