blob: b7cfff1c29bffb256963f551ceeaa57c11379331 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
post_install() {
echo '#######################################################################################'
echo '#######################################################################################'
echo '#### ####'
echo '#### Make sure your user is in the `input` group by running the following command: ####'
echo '#### sudo usermod -aG tty,input $USER ####'
echo '#### ####'
echo '#### Also restart your PC after running the command above ####'
echo '#### ####'
echo '#######################################################################################'
echo '#######################################################################################'
}
|