mirror of
https://github.com/linka-cloud/d2vm.git
synced 2024-11-05 08:16:23 +00:00
7 lines
243 B
Bash
7 lines
243 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
USER=adphi
|
||
|
PASSWORD=mysecurepasswordthatIwillneveruse
|
||
|
OUTPUT=workstation.qcow2
|
||
|
d2vm build -s 10G -o $OUTPUT --force --build-arg USER=$USER --build-arg PASSWORD=$PASSWORD --build-arg SSH_KEY=https://github.com/$USER.keys .
|