You've already forked M5Dial-UserDemo
mirror of
https://github.com/m5stack/M5Dial-UserDemo.git
synced 2026-05-20 11:03:27 -07:00
7 lines
180 B
Bash
Executable File
7 lines
180 B
Bash
Executable File
#!/bin/bash
|
|
# Should be run before the USB device attach
|
|
# Details: https://github.com/dorssel/usbipd-win/wiki/WSL-support
|
|
|
|
sudo service udev restart
|
|
sudo udevadm control --reload
|