Forked from tinkertims/install_byobu_on_centos7.sh
Last active
July 28, 2023 04:46
-
-
Save eai04191/c84c9766cff5d5f944c8fd1681394ba7 to your computer and use it in GitHub Desktop.
Install byobu to CentOS 7
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 -y | |
sudo yum install byobu -y --enablerepo=epel-testing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment