apps: Link to apt.humbughq.com instead.

apt.zulip.com is not yet operational.

(imported from commit 4d3c15d0764b4c979fb8c5b7d829e88345872468)
This commit is contained in:
Waseem Daher 2013-08-14 17:14:52 -04:00
parent de58b3fb4c
commit bae322f020
1 changed files with 2 additions and 2 deletions

View File

@ -70,11 +70,11 @@
<h3>Debian and Ubuntu</h3>
First, run the following:
<div class="codehilite"><pre>wget https://apt.zulip.com/user.asc
<div class="codehilite"><pre>wget https://apt.humbughq.com/user.asc
cat user.asc | sudo apt-key add -</pre></div>
Then, add the following line to <code>/etc/apt/sources.list</code>:
<div class="codehilight"><pre>deb https://apt.zulip.com/user/ <span class="k">your_distro_here</span> main
<div class="codehilight"><pre>deb https://apt.humbughq.com/user/ <span class="k">your_distro_here</span> main
</pre>
</div>
<p>(Replace <b>your_distro_here</b> with one of <code>wheezy</code>, <code>precise</code>, <code>quantal</code>, or <code>raring</code>)</p>