Update install.sh
This commit is contained in:
parent
292428dd2c
commit
077fd3058c
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,6 @@
|
|||
set -Eeuo pipefail
|
||||
|
||||
ESD_URL=""
|
||||
PLATFORM="ARM64"
|
||||
TMP="$STORAGE/tmp"
|
||||
DIR="$TMP/unpack"
|
||||
FB="falling back to manual installation!"
|
||||
|
|
@ -672,7 +671,8 @@ bootWindows() {
|
|||
|
||||
######################################
|
||||
|
||||
TODO
|
||||
! parseVersion && exit 58
|
||||
! detectCustom && exit 59
|
||||
|
||||
if ! startInstall; then
|
||||
bootWindows && return 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue