mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
Update install.sh
This commit is contained in:
parent
fd98941715
commit
9b5eeae7e6
1 changed files with 0 additions and 13 deletions
|
|
@ -7,19 +7,6 @@ FB="falling back to manual installation!"
|
||||||
ETFS="boot/etfsboot.com"
|
ETFS="boot/etfsboot.com"
|
||||||
EFISYS="efi/microsoft/boot/efisys_noprompt.bin"
|
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() {
|
startInstall() {
|
||||||
|
|
||||||
html "Starting $APP..."
|
html "Starting $APP..."
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue