Skip to content

Instantly share code, notes, and snippets.

@wynemo
Forked from tancnle/setup_mosh_centos.sh
Last active September 28, 2015 03:16
Show Gist options
  • Save wynemo/f7883acd49e700f8b57e to your computer and use it in GitHub Desktop.
Save wynemo/f7883acd49e700f8b57e to your computer and use it in GitHub Desktop.
Setup mosh on Centos 6.x
#!/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