Update install.sh

This commit is contained in:
Kroese 2024-05-03 11:35:41 +02:00 committed by GitHub
parent 5f3341f9eb
commit 443e577be3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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