An open API service indexing awesome lists of open source software.

https://github.com/ganchdev/vminit

Scripts to setup new Ubuntu VMs
https://github.com/ganchdev/vminit

Last synced: over 1 year ago
JSON representation

Scripts to setup new Ubuntu VMs

Awesome Lists containing this project

README

          

# VMinit

A collection of scripts to setup new hosts

### Usage

```bash
git clone https://github.com/ganchdev/vminit.git
cd vminit
```

Populate env vars in `config.env`

```bash
chmod +x init.sh
./init.sh
```

Done!