diff --git a/scripts/lib/install b/scripts/lib/install index e6c643b841..d833b216e2 100755 --- a/scripts/lib/install +++ b/scripts/lib/install @@ -3,7 +3,7 @@ # Assumes we've already been untarred # First, install any updates from the apt repo that may be needed -wget -O /root/enterprise.asc https://apt.zulip.com/enterprise.asc +wget -O /root/enterprise.asc https://zulip.com/dist/keys/enterprise.asc apt-key add /root/enterprise.asc cat >/etc/apt/sources.list.d/zulip.list <Debian and Ubuntu We have an APT repository for Zulip, so adding and installing the app is easy: -
wget https://apt.zulip.com/user.asc
+        
wget https://zulip.com/dist/keys/user-apt.asc
 cat user.asc | sudo apt-key add -
 sudo apt-add-repository http://apt.zulip.com/user/
 sudo apt-get update