summarylogtreecommitdiffstats
path: root/cypherock-cysync.install
blob: a1fb77ab940b47d20663c99d0af1a5738a89d0a4 (plain)
1
2
3
4
5
6
7
8
post_install() {
    udevadm trigger
    udevadm control --reload
    echo ":: Add yourself to the uucp group to allow communication with the Cypherock X1 Vault:"
    echo "   sudo usermod -a -G uucp <user>"
    echo "   Please checkout the wiki for further information."
}