We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ccd35b9 + a9d36f1 commit 862cb68Copy full SHA for 862cb68
build.sh
@@ -1,6 +1,6 @@
1
#!/bin/bash
2
cd /var/www/rocket.chat
3
-https://s3.amazonaws.com/rocketchatbuild/demo.rocket.chat-v.latest.tgz" -o rocket.chat.tgz
+curl -fSL "https://s3.amazonaws.com/rocketchatbuild/demo.rocket.chat-v.latest.tgz" -o rocket.chat.tgz
4
tar zxvf rocket.chat.tgz && rm rocket.chat.tgz
5
cd /var/www/rocket.chat/bundle/programs/server
6
npm install
0 commit comments