Skip to content

Commit a9d36f1

Browse files
committed
fix typo in build.sh
1 parent 99c2111 commit a9d36f1

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)