diff --git a/README.md b/README.md index 7e36387..474a2c6 100644 --- a/README.md +++ b/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. -(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