Files
start-os/make_image.sh
Aiden McClelland 95d3845906 0.2.5 initial commit
Makefile incomplete
2020-11-23 13:44:28 -07:00

5 lines
225 B
Bash

#!/bin/sh
>&2 echo "As of 0.2.5, it is not possible to programmatically generate an Embassy image."
>&2 echo "The image must be setup manually by copying over the artifacts, and installing the necessary dependencies."
exit 1