Created
January 19, 2021 08:52
-
-
Save ProgrammerNomad/293b41b309f9db6527afe083f15bbc20 to your computer and use it in GitHub Desktop.
Enable snaps on CentOS and install Rocket.Chat Server
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
sudo yum install epel-release | |
sudo yum install snapd | |
sudo systemctl enable --now snapd.socket | |
sudo ln -s /var/lib/snapd/snap /snap | |
sudo snap install rocketchat-server |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment