mirror of
https://github.com/void-linux/void-packages.git
synced 2025-09-28 06:35:24 +02:00
5 lines
96 B
Bash
Executable file
5 lines
96 B
Bash
Executable file
#!/bin/sh
|
|
exec 2>&1
|
|
modprobe -q usbip-host || exit 1
|
|
modprobe -q vhci-hcd || exit 1
|
|
exec usbipd
|