Simplified README

main
beech 2 years ago
parent 2e26246eba
commit 76c8e39c74
  1. 5
      README.md

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

Loading…
Cancel
Save