Update install.sh

This commit is contained in:
Kroese 2024-04-28 12:27:25 +02:00 committed by GitHub
parent becd0fc315
commit 2b2bc907a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1079,9 +1079,11 @@ updateImage() {
copyOEM() {
local dir="$1"
local folder="$STORAGE/OEM"
local folder="$STORAGE/oem"
local src
[ ! -d "$folder" ] && folder="$STORAGE/OEM"
[ ! -d "$folder" ] && folder="$STORAGE/shared/oem"
[ ! -d "$folder" ] && folder="$STORAGE/shared/OEM"
[ ! -d "$folder" ] && return 0