From f2cb0f9352b1492856a020fb9c32037d02b054ae Mon Sep 17 00:00:00 2001 From: simeononsecurity <4913771+simeononsecurity@users.noreply.github.com> Date: Mon, 23 Nov 2020 00:30:45 +0000 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 14a5bc6..fa37f80 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,18 @@ # setup-scripts Set up scripts for various OS'es + + +## Install and Configure Windows 10: +```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: +```bash +in progress +``` + +## Install and Configure ParrotOS: +```bash +in progress +```