diff --git a/src/install.sh b/src/install.sh index 1aa1782..e01bf9c 100644 --- a/src/install.sh +++ b/src/install.sh @@ -1,6 +1,8 @@ #!/usr/bin/env bash set -Eeuo pipefail +[ -f "$STORAGE/boot.img" ] && return 0 + TMP="/boot.img" rm -f "$TMP"