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
- Host: GitHub
- URL: https://github.com/ganchdev/vminit
- Owner: ganchdev
- Created: 2025-03-30T22:02:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-30T23:21:23.000Z (over 1 year ago)
- Last Synced: 2025-03-30T23:24:04.594Z (over 1 year ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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!