Scripts

TUI

This script is a simple tool that allows you to do multiple things on your Linux system.


Download:

Run this command to download the script on your system.

bash
curl -o tui.sh https://git.aio.sh/assie/scripts/-/raw/main/tui.sh

Usage:

Run this command to execute the script.

bash
bash tui.sh

Features:

StepWhat it does
Updateapt update && apt upgrade
Base packagesInstalls curl and ufw
UFW rulesDenies all incoming, allows outgoing, SSH, and Tailscale interface
DockerInstalls via my script
TailscaleInstalls via the official install script

The script: