Update install.sh
This commit is contained in:
parent
4c52cb0152
commit
6d8cdf6322
1 changed files with 2 additions and 2 deletions
|
|
@ -815,11 +815,11 @@ updateImage() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! addDrivers "$src" "$tmp" "$wim" "$index" "$DETECTED"; then
|
if ! addDrivers "$src" "$tmp" "$wim" "$index" "$DETECTED"; then
|
||||||
error "Failed to add drivers to image!" && return 1
|
error "Failed to add drivers to image!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if ! addFolder "$src"; then
|
if ! addFolder "$src"; then
|
||||||
error "Failed to add OEM folder to image!" && return 1
|
error "Failed to add OEM folder to image!"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if wimlib-imagex extract "$wim" "$index" "/$file" "--dest-dir=$tmp" >/dev/null 2>&1; then
|
if wimlib-imagex extract "$wim" "$index" "/$file" "--dest-dir=$tmp" >/dev/null 2>&1; then
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue