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