update repo usbip-win2
This commit is contained in:
@@ -31,7 +31,7 @@ func FindUsbipExe() (string, error) {
|
||||
return x86Path, nil
|
||||
}
|
||||
|
||||
return "", fmt.Errorf("usbip.exe nicht gefunden. Bitte usbip-win2 installieren: https://github.com/cezanne/usbip-win2/releases")
|
||||
return "", fmt.Errorf("usbip.exe nicht gefunden. Bitte usbip-win2 installieren: https://github.com/vadimgrn/usbip-win2/releases")
|
||||
}
|
||||
|
||||
// IsVHCIAvailable checks if usbip-win2 is installed
|
||||
@@ -46,7 +46,7 @@ func VHCIUnavailableError() error {
|
||||
if IsVHCIAvailable() {
|
||||
return nil
|
||||
}
|
||||
return fmt.Errorf("usbip-win2 nicht installiert. Der Use-Modus benoetigt den usbip-win2 VHCI-Treiber. Download: https://github.com/cezanne/usbip-win2/releases")
|
||||
return fmt.Errorf("usbip-win2 nicht installiert. Der Use-Modus benoetigt den usbip-win2 VHCI-Treiber. Download: https://github.com/vadimgrn/usbip-win2/releases")
|
||||
}
|
||||
|
||||
// DetachDevice detaches a device from the VHCI driver using usbip.exe
|
||||
|
||||
Reference in New Issue
Block a user