6ab41dba9e9171b3875160a01f2c2950a0af80eb
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.
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
Languages
PowerShell
78.9%
Shell
21.1%