-
-
Save wynemo/f7883acd49e700f8b57e to your computer and use it in GitHub Desktop.
Setup mosh on Centos 6.x
This file contains hidden or 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/sh | |
# Update latest epel | |
wget http://dl.fedoraproject.org/pub/epel/6/x86_64/epel-release-6-8.noarch.rpm | |
sudo rpm -Uvh epel-release-6-8.noarch.rpm | |
yum --enablerepo=epel install mosh |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment