addgroup docker && adduser kelson && adduser kelson docker
apt update && apt upgrade -y && apt install -y curl sudo bash
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/debian_first_install)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/debian_user_setup)"
dnf upgrade -y dnf install curl sudo bash -y && reboot
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/alma_first_install_root)"
bash -c "$(curl -fsSL https://raw.githubusercontent.com/kelsoncm/bashscripts/master/alma_first_install_user)"