Created
October 15, 2019 14:15
-
-
Save kngvamxx/21731fe395c6a20a6a47931314ada43d to your computer and use it in GitHub Desktop.
Rocket chat install Ubuntu 18.04
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
wget https://github.com/RocketChat/Rocket.Chat.Electron/releases/download/2.15.5/rocketchat_2.15.5_amd64.deb | |
sudo dpkg -i rocketchat_2.15.5_amd64.deb | |
sudo apt install -f | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment