New server setup

Run the command below on a fresh Debian server to configure sudo, git, Docker, and Docker Compose automatically.

1
Run the setup script as root
su -c "wget -qO- https://jldorta.xyz/setup.sh | bash"
2
Enter the root password when prompted.
3
Log out and back in to apply group membership changes.

What gets installed
sudo git curl docker-ce docker-compose-plugin

Your user is automatically added to the sudo and docker groups.