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
b45f33323a
commit
fc83e5aed6
1 changed files with 3 additions and 0 deletions
|
|
@ -1085,6 +1085,9 @@ copyOEM() {
|
||||||
[ ! -d "$folder" ] && folder="$STORAGE/shared/OEM"
|
[ ! -d "$folder" ] && folder="$STORAGE/shared/OEM"
|
||||||
[ ! -d "$folder" ] && return 0
|
[ ! -d "$folder" ] && return 0
|
||||||
|
|
||||||
|
local msg="Copying OEM folder to image..."
|
||||||
|
info "$msg" && html "$msg"
|
||||||
|
|
||||||
src=$(find "$dir" -maxdepth 1 -type d -iname sources | head -n 1)
|
src=$(find "$dir" -maxdepth 1 -type d -iname sources | head -n 1)
|
||||||
|
|
||||||
if [ ! -d "$src" ]; then
|
if [ ! -d "$src" ]; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue