6 lines
110 B
Bash
Executable file
6 lines
110 B
Bash
Executable file
#!/bin/bash
|
|
|
|
# Flag file to ensure update-m1n1 doesn't try to autodetect the ESP
|
|
touch /boot/.builder
|
|
|
|
exit 0
|