mirror of
https://github.com/ivabus/asahi-opensuse
synced 2024-11-10 02:05:14 +03:00
5 lines
109 B
Bash
5 lines
109 B
Bash
#!/bin/bash
|
|
# Flag file to ensure update-m1n1 doesn't try to autodetect the ESP
|
|
touch /boot/.builder
|
|
|
|
exit 0 |