summarylogtreecommitdiffstats
path: root/cellframe-dashboard.install
blob: 7a8b60012493e45b175868393da83680b27872f2 (plain)
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
}