Skip to content

Commit 862cb68

Browse files
committed
Merge branch 'master' of github.com:RocketChat/Rocket.Chat
2 parents ccd35b9 + a9d36f1 commit 862cb68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash
22
cd /var/www/rocket.chat
3-
https://s3.amazonaws.com/rocketchatbuild/demo.rocket.chat-v.latest.tgz" -o rocket.chat.tgz
3+
curl -fSL "https://s3.amazonaws.com/rocketchatbuild/demo.rocket.chat-v.latest.tgz" -o rocket.chat.tgz
44
tar zxvf rocket.chat.tgz && rm rocket.chat.tgz
55
cd /var/www/rocket.chat/bundle/programs/server
66
npm install

0 commit comments

Comments
 (0)