4 lines
84 B
Bash
4 lines
84 B
Bash
#!/bin/env bash
|
|
GUEST_OS_TYPE_DEBIAN="debian11"
|
|
GUEST_OS_TYPE_FREEBSD="freebsd13.1"
|