Skip to content

Commit

Permalink
fix: Don't duplicate VM path in fixed ISO from create_config function
Browse files Browse the repository at this point in the history
  • Loading branch information
lj3954 authored and flexiondotorg committed Jul 14, 2024
1 parent fc43f86 commit 885d4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickget
Original file line number Diff line number Diff line change
Expand Up @@ -3339,7 +3339,7 @@ function create_config() {
echo
echo "Downloading VirtIO drivers..."
web_get "https://fedorapeople.org/groups/virt/virtio-win/direct-downloads/stable-virtio/virtio-win.iso" "${VM_PATH}"
FIXED_ISO=${VM_PATH}/virtio-win.iso
FIXED_ISO="virtio-win.iso"
rm -f "${VM_PATH}/unattended.iso"
unattended_windows "${VM_PATH}"
fi
Expand Down

0 comments on commit 885d4a8

Please sign in to comment.