@ -2,8 +2,11 @@
Simple shell script for setting up a Debian server. Options to install Sudo, Docker-Compose, and setup UFW quickly.
(Run as Superuser)
```bash
su
apt-get install curl
curl https://raw.githubusercontent.com/beech93/Debian-Setup/refs/heads/main/server.sh -o server.sh
chmod +x server.sh