From b5ddb4ad17450f60f21d3652ee591a6b715e8117 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 18 Dec 2020 11:15:37 -0600 Subject: [PATCH] Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5be7bb1..3b4ef58 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,21 @@ # setup-scripts -Set up scripts for various OS'es +Set up scripts for various OS'es. +## Notes: +-These are not meant to be run directly by anyone other than SimeonOnSecurity. Rather, these are public so that you may learn from them to further automate your deployments. -## Windows 10 Install and Configure: +## Direct Install Scripts: +### Windows 10 Install and Configure: ```ps iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/windows10.ps1')) ``` -## Ubuntu Install and Configure: +### Ubuntu Install and Configure: ```bash sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/ubuntu.sh)" root ``` -## ParrotOS Install and Configure: +### ParrotOS Install and Configure: ```bash sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/parrot.sh)" root ```