2019-11-02 16:34:54 +00:00
|
|
|
#!/bin/sh
|
2020-02-10 06:09:08 +00:00
|
|
|
set -e
|
|
|
|
|
2020-01-05 05:38:53 +00:00
|
|
|
script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
|
|
|
|
cd "$script_path"
|
2019-05-04 00:56:21 +00:00
|
|
|
|
2020-05-12 23:15:56 +00:00
|
|
|
sudo -E PATH="$PATH" ./build-image-qemu.sh
|