mirror of
https://github.com/dockur/windows.git
synced 2025-10-29 20:25:49 +00:00
Update install.sh
This commit is contained in:
parent
42b0b6c838
commit
a2b6d1352e
1 changed files with 2 additions and 1 deletions
|
|
@ -801,7 +801,8 @@ updateImage() {
|
|||
|
||||
wimlib-imagex update "$loc" "$index" --command "delete --force --recursive $path /\$WinPEDriver\$" >/dev/null || true
|
||||
|
||||
info "Adding drivers to image..."
|
||||
local msg="Adding drivers to image..."
|
||||
info "$msg" && html "$msg"
|
||||
|
||||
local drivers="$TMP/drivers"
|
||||
rm -rf "$drivers"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue