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
|
||||
|
||||
if ! id | grep -q root; then
|
||||
echo "./generate_debian_console_root.sh must be run as root:"
|
||||
echo "sudo ./generate_debian_console_root.sh"
|
||||
echo "./06_generate_debian_console_root.sh must be run as root:"
|
||||
echo "sudo ./06_generate_debian_console_root.sh"
|
||||
exit
|
||||
fi
|
||||
|
@ -1,8 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
if ! id | grep -q root; then
|
||||
echo "./create_sdcard_img.sh must be run as root:"
|
||||
echo "sudo ./create_sdcard_img.sh"
|
||||
echo "./07_create_sdcard_img.sh must be run as root:"
|
||||
echo "sudo ./07_create_sdcard_img.sh"
|
||||
exit
|
||||
fi
|
||||
|
Loading…
Reference in New Issue