5 lines
79 B
Bash
5 lines
79 B
Bash
|
|
#!/bin/bash
|
||
|
|
|
||
|
|
cd $PROVISIONING
|
||
|
|
just distro-build-release && just distro-install
|