-
Notifications
You must be signed in to change notification settings - Fork 10.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FIX] Wrong build path in install.sh #11879
Conversation
tar zxf rocket.chat.tgz && rm rocket.chat.tgz | ||
gpg --keyserver ha.pool.sks-keyservers.net --recv-keys 0E163286C20D07B9787EBE9FD7F9D0414FD08104 | ||
|
||
curl -SLf "https://releases.rocket.chat/latest/download/" -o rocket.chat.tgz |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the develop
release is actually at https://releases.rocket.chat/develop/download/
.. or did you change to latest
on purpose?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Since it's a script never used, and wouldn't be updated between master and develop I figured it better to have anyone using it to actually install latest stable
Closes Hackerone report