mirror of
https://github.com/dockur/windows.git
synced 2025-10-28 19:55:49 +00:00
Update install.sh
This commit is contained in:
parent
5f3341f9eb
commit
443e577be3
1 changed files with 3 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue