Skip to content

Instantly share code, notes, and snippets.

@kngvamxx
Created October 15, 2019 14:15
Show Gist options
  • Save kngvamxx/21731fe395c6a20a6a47931314ada43d to your computer and use it in GitHub Desktop.
Save kngvamxx/21731fe395c6a20a6a47931314ada43d to your computer and use it in GitHub Desktop.
Rocket chat install Ubuntu 18.04
#!/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