Files
setup-scripts/README.md
simeononsecurity ebeef080cc Update README.md
2020-12-11 11:59:40 -06:00

19 lines
497 B
Markdown

# 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
sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/SoS-Parrot_OS-Setup/main/setup.sh)" root
```