You've already forked M5Cardputer-UserDemo
mirror of
https://github.com/m5stack/M5Cardputer-UserDemo.git
synced 2026-05-20 11:03:59 -07:00
8 lines
264 B
Bash
Executable File
8 lines
264 B
Bash
Executable File
#!/bin/bash
|
|
# This script is a setup to allow non-root users to access the device automatically
|
|
# 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
|