Update install.sh

This commit is contained in:
Kroese 2024-04-28 17:12:19 +02:00 committed by GitHub
parent 292428dd2c
commit 077fd3058c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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