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
fc83e5aed6
commit
8c9840dfdc
1 changed files with 1 additions and 1 deletions
|
|
@ -1094,7 +1094,7 @@ copyOEM() {
|
||||||
error "failed to locate 'sources' folder in ISO image!" && return 1
|
error "failed to locate 'sources' folder in ISO image!" && return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
local dest="$src/\$OEM\$/\$1/OEM"
|
local dest="$src/\$OEM\$/\$1/"
|
||||||
mkdir -p "$dest"
|
mkdir -p "$dest"
|
||||||
|
|
||||||
if ! cp -r "$folder" "$dest"; then
|
if ! cp -r "$folder" "$dest"; then
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue