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
|
set -Eeuo pipefail
|
||||||
|
|
||||||
ESD_URL=""
|
ESD_URL=""
|
||||||
PLATFORM="ARM64"
|
|
||||||
TMP="$STORAGE/tmp"
|
TMP="$STORAGE/tmp"
|
||||||
DIR="$TMP/unpack"
|
DIR="$TMP/unpack"
|
||||||
FB="falling back to manual installation!"
|
FB="falling back to manual installation!"
|
||||||
|
|
@ -672,7 +671,8 @@ bootWindows() {
|
||||||
|
|
||||||
######################################
|
######################################
|
||||||
|
|
||||||
TODO
|
! parseVersion && exit 58
|
||||||
|
! detectCustom && exit 59
|
||||||
|
|
||||||
if ! startInstall; then
|
if ! startInstall; then
|
||||||
bootWindows && return 0
|
bootWindows && return 0
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue