simeononsecurity 35d453e2c4 Update README.md
2020-12-18 11:16:02 -06:00
2020-12-11 12:44:17 -06:00
2020-12-18 11:16:02 -06:00
2020-12-11 12:55:43 -06:00
2020-12-18 03:50:08 +00:00

setup-scripts

Set up scripts for various OS'es.

Notes:

  • These are not meant to be run directly by anyone other than SimeonOnSecurity.
    • Rather, these are public so that you may learn from them to further automate your deployments.

Direct Install Scripts:

Windows 10 Install and Configure:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/windows10.ps1'))

Ubuntu Install and Configure:

sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/ubuntu.sh)" root

ParrotOS Install and Configure:

sudo su -c "bash <(wget -qO- https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/parrot.sh)" root
Description
Set up scripts for various OS'es
Readme 226 KiB
Languages
PowerShell 78.9%
Shell 21.1%