#!/bin/sh
apt upgrade || exit 10
apt install -y tmux ufw || exit 15
ufw allow ssh || exit 20
ufw enable