Update README.md

This commit is contained in:
simeononsecurity
2020-12-11 12:14:11 -06:00
committed by GitHub
parent ebeef080cc
commit 42f6df4b21

View File

@ -2,17 +2,17 @@
Set up scripts for various OS'es Set up scripts for various OS'es
## Install and Configure Windows 10: ## Windows 10 Install and Configure:
```ps ```ps
iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/simeononsecurity/simeononsecurity.ch/master/static/scripts/sos-post-install.ps1')) 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 ```bash
in progress in progress
``` ```
## Install and Configure ParrotOS: ## ParrotOS Install and Configure:
```bash ```bash
sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/SoS-Parrot_OS-Setup/main/setup.sh)" root sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/SoS-Parrot_OS-Setup/main/setup.sh)" root
``` ```