docs(README): Update dependency list

This commit is contained in:
Tanguy Herbron 2023-10-23 14:27:29 +02:00
parent 5ca5ee1214
commit 9f16da3198
2 changed files with 4 additions and 12 deletions

View File

@ -1,9 +1,9 @@
# Homelab # Homelab
## TODO ## Dependencies
- Write start script - Vagrant
- Write stop script - ansible
- Add Makefile for easy control - vagrant-scp
## Script ## Script
- Detect WSL or Linux - Detect WSL or Linux

View File

@ -1,8 +0,0 @@
#!/bin/sh
# Check if running environment is WSL
if [ -f /proc/sys/fs/binfmt_misc/WSLInterop ]; then
bridges=$(VBoxManage.exe list bridgedifs | grep ^Name: -A 11)
echo $bridges
fi