1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
showmsg() { BOLD=$(tput bold) NORMAL=$(tput sgr0) echo -e " ${BOLD}RUNNING CELLFRAME DASHBOARD${NORMAL} 1.) Enable and run systemd service with ${BOLD}sudo systemctl enable --now cellframe-dashboard.service${NORMAL} 2.) Launch Cellframe Dashboard from application menu " } post_install() { showmsg }