From 9b5eeae7e6660a350b9619eac5dd26505e1b6d05 Mon Sep 17 00:00:00 2001 From: Kroese Date: Sat, 11 May 2024 16:22:03 +0200 Subject: [PATCH] Update install.sh --- src/install.sh | 13 ------------- 1 file changed, 13 deletions(-) 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..."