1 2 3 4
post_install() { echo "Setup the dialout permission for Serial port." echo "Run: sudo usermod -a -G uucp \$USER" }