3 lines
83 B
Bash
3 lines
83 B
Bash
#!/bin/env bash
|
|
GUEST_OS_TYPE_DEBIAN="debian13"
|
|
GUEST_OS_TYPE_FREEBSD="freebsd14.2" |