summarylogtreecommitdiffstats
path: root/ch343ser-dkms-git.install
blob: e6d3f2e9fa6b4d7493e1b14eefe004ea4434364d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# ch343ser-dkms-git.install
info() {
    echo -e "USB serial driver for ch342/ch343/ch344/ch347/ch347f/ch9101/ch9102/ch9103/ch9104, etc."
    echo -e "非 root 用户需要将用户添加到 uucp 用户组:"
    echo -e "Non-root users need to be added to the uucp usergroup:"
    echo -e "  sudo gpasswd -a \$USER uucp"
    udevadm control --reload
    udevadm trigger
}
post_install() {
    info
}
post_upgrade() {
    info
}