From 76c8e39c74e2a79595a3d9597b9c3008fd232473 Mon Sep 17 00:00:00 2001 From: beech Date: Tue, 24 Sep 2024 19:09:57 -0500 Subject: [PATCH] Simplified README --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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