diff --git a/src/install.sh b/src/install.sh index 14faa9a..de9adfe 100644 --- a/src/install.sh +++ b/src/install.sh @@ -7,19 +7,6 @@ FB="falling back to manual installation!" ETFS="boot/etfsboot.com" EFISYS="efi/microsoft/boot/efisys_noprompt.bin" -hasDisk() { - - [ -b "/disk1" ] && return 0 - [ -b "/dev/disk1" ] && return 0 - [ -b "${DEVICE:-}" ] && return 0 - - if [ -s "$STORAGE/data.img" ] || [ -s "$STORAGE/data.qcow2" ]; then - return 0 - fi - - return 1 -} - startInstall() { html "Starting $APP..."