mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
6 lines
118 B
Bash
Executable File
6 lines
118 B
Bash
Executable File
#! /bin/bash -ex
|
|
|
|
vagrant halt
|
|
vagrant package default --output devcloud.box
|
|
vagrant box add devcloud devcloud.box -f
|