Skip to content

Instantly share code, notes, and snippets.

@neubian
neubian / install_byobu.sh
Last active July 3, 2025 06:05 — forked from kerren/install_byobu.sh
Install byobu from source
# Forked from Original work by Kerren Ortlepp
# as explained at https://blog.entrostat.com/install-byobu-on-any-linux-distro/
set -e
# Colors for output
RED='\033[0;31m'
GREEN='\033[0;32m'
YELLOW='\033[1;33m'
BLUE='\033[0;34m'