mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
Switch install scripts to use apt.zulip.net for ops systems
(imported from commit 3ff243459237ac673c5e8ae23077e628fa07a6b9)
This commit is contained in:
@@ -18,7 +18,7 @@ class zulip_internal::base {
|
|||||||
package { $org_base_packages: ensure => "installed" }
|
package { $org_base_packages: ensure => "installed" }
|
||||||
|
|
||||||
apt::source {'zulip':
|
apt::source {'zulip':
|
||||||
location => 'http://apt.zulip.com/ops',
|
location => 'http://apt.zulip.net/ops',
|
||||||
release => 'wheezy',
|
release => 'wheezy',
|
||||||
repos => 'main',
|
repos => 'main',
|
||||||
key => 'E5FB045CA79AA8FC25FDE9F3B4F81D07A529EF65',
|
key => 'E5FB045CA79AA8FC25FDE9F3B4F81D07A529EF65',
|
||||||
|
|||||||
@@ -58,7 +58,7 @@ sed -i 's/localhost$/localhost $hostname/' /etc/hosts
|
|||||||
wget -O /root/ops.asc https://zulip.com/dist/keys/ops.asc
|
wget -O /root/ops.asc https://zulip.com/dist/keys/ops.asc
|
||||||
apt-key add /root/ops.asc
|
apt-key add /root/ops.asc
|
||||||
cat >/etc/apt/sources.list.d/zulip.list <<EOF2
|
cat >/etc/apt/sources.list.d/zulip.list <<EOF2
|
||||||
deb http://apt.zulip.com/ops wheezy main
|
deb http://apt.zulip.net/ops wheezy main
|
||||||
EOF2
|
EOF2
|
||||||
apt-get update
|
apt-get update
|
||||||
apt-get -y upgrade
|
apt-get -y upgrade
|
||||||
|
|||||||
Reference in New Issue
Block a user