mirror of https://github.com/zulip/zulip.git
apps: Link to apt.humbughq.com instead.
apt.zulip.com is not yet operational. (imported from commit 4d3c15d0764b4c979fb8c5b7d829e88345872468)
This commit is contained in:
parent
de58b3fb4c
commit
bae322f020
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue