Skip to content

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

Notifications You must be signed in to change notification settings

intrudir/vm-setup.sh

Repository files navigation

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 

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages