From deab7c384dd4c137e633a9161eca53b31579edb3 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Mon, 4 Jan 2021 02:03:50 +0000 Subject: [PATCH] Update README.md --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index bfca463..1b6ad97 100644 --- a/README.md +++ b/README.md @@ -6,17 +6,22 @@ Set up scripts for various OS'es. - **DO NOT** run these commands or scripts directly without knowledge of what these scripts do. ## Direct Install Scripts: -### Windows 10 Install and Configure: +### 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: +### Windows 10 - Basic Install and Configure: +```ps +iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/windows10-basic.ps1')) +``` + +### 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 ```