Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 797 Bytes

README.md

File metadata and controls

39 lines (32 loc) · 797 Bytes

vm-setup.sh

My handy bash script to quickly set up debian linux VM's how I like em :)

Install

Run the following:

git clone https://github.com/intrudir/vm-setup.sh.git
cd vm-setup.sh
chmod +x vm-setup.sh

Usage

Haven't tested on Mac yet :)

For every script, depending on if you want the full VM install or just minimal CTF things, run with -t full or -t ctf like so:

Everything in one shot

./vm-setup.sh -t ctf

Install just the configs

chmod +x install-configs.sh
./install-configs.sh -t ctf

Install just the tools

Requires golang to be installed already

chmod +x install-tools.sh
./install-tools.sh -t ctf

Just install latest Golang for your architecture

chmod +x install-golang.sh
./install-golang.sh