ci: try building sdcard.img
Signed-off-by: Robert Nelson <robertcnelson@gmail.com>default-cape-symlinks
parent
b62abb9bc5
commit
86e0882f15
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if ! id | grep -q root; then
|
if ! id | grep -q root; then
|
||||||
echo "./generate_debian_console_root.sh must be run as root:"
|
echo "./06_generate_debian_console_root.sh must be run as root:"
|
||||||
echo "sudo ./generate_debian_console_root.sh"
|
echo "sudo ./06_generate_debian_console_root.sh"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
@ -1,8 +1,8 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
if ! id | grep -q root; then
|
if ! id | grep -q root; then
|
||||||
echo "./create_sdcard_img.sh must be run as root:"
|
echo "./07_create_sdcard_img.sh must be run as root:"
|
||||||
echo "sudo ./create_sdcard_img.sh"
|
echo "sudo ./07_create_sdcard_img.sh"
|
||||||
exit
|
exit
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue