summarylogtreecommitdiffstats
path: root/midirun.install
blob: acaf566ac5876ae9a5c743245576f989aa969f7d (plain)
1
2
3
4
5
post_install() {
  echo -e "\e[31m==> IMPORTANT: Add your user to the 'input' group:\e[0m"
  echo -e "\e[31m    sudo usermod -aG input \$USER\e[0m"
  echo -e "\e[31m    Then log out and log back in.\e[0m"
}