mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 03:45:48 +00:00
Update install.sh
This commit is contained in:
parent
becd0fc315
commit
2b2bc907a1
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue