simeononsecurity 8b1bdf9c67 Update windows10.ps1
2021-02-19 21:14:54 +00:00
2020-12-18 19:50:53 -06:00
2021-01-04 02:03:50 +00:00
2020-12-20 21:14:38 +00:00
2021-02-16 04:54:21 +00:00
2021-02-19 21:14:54 +00:00

setup-scripts

Set up scripts for various OS'es.

Notes:

  • These are public so that you may learn from them to further automate your deployments.
  • DO NOT run these commands or scripts directly without knowledge of what these scripts do.

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'))

Windows 10 - Basic Install and Configure:

iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/simeononsecurity/setup-scripts/main/windows10-basic.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%