From 42f6df4b2175c77607a1c384b355ccbb42a4f4b9 Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Fri, 11 Dec 2020 12:14:11 -0600 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b125211..405ef8a 100644 --- a/README.md +++ b/README.md @@ -2,17 +2,17 @@ Set up scripts for various OS'es -## Install and Configure Windows 10: +## Windows 10 Install and Configure: ```ps iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/simeononsecurity/simeononsecurity.ch/master/static/scripts/sos-post-install.ps1')) ``` -## Install and Configure Ubuntu: +## Ubuntu Install and Configure: ```bash in progress ``` -## Install and Configure ParrotOS: +## ParrotOS Install and Configure: ```bash sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/SoS-Parrot_OS-Setup/main/setup.sh)" root ```