summarylogtreecommitdiffstats
path: root/setup.install
blob: f5ca8e625ce87226513ffaf08293f2ec326085a8 (plain)
1
2
3
4
5
6
7
8
9
10
11
post_install() {
    username=$(whoami)
    echo "Thank you for installing auto_facelock."
    echo
    echo "To enroll your face, run:"
    echo "  sudo auto_facelock_enroll.py"
    echo
    echo "To enable and start the service, run:"
    echo "  sudo systemctl enable auto_facelock@${username}.service"
    echo "  sudo systemctl start auto_facelock@${username}.service"
}