mirror of
https://github.com/armbian/build.git
synced 2025-08-09 04:36:58 +02:00
9 lines
224 B
Bash
9 lines
224 B
Bash
# @TODO: Open JIRA. PR's are welcome. Open JIRA!
|
|
function cli_vagrant_pre_run() {
|
|
exit_with_error "cli_vagrant_pre_run: not implemented"
|
|
}
|
|
|
|
function cli_vagrant_run() {
|
|
exit_with_error "cli_vagrant_run: not implemented"
|
|
}
|