Skip to content

Instantly share code, notes, and snippets.

View konieshadow's full-sized avatar

Konie Shadow konieshadow

View GitHub Profile
#!/usr/bin/env bash
# SOURCE: https://eligiblestore.com/blog/2017/05/02/how-to-install-mosh-on-centos/
# ensure running as root
if [[ "$(id -u)" != "0" ]]; then
exec sudo "$0" "$@"
fi
# install mosh
yum install -y epel-release