summarylogtreecommitdiffstats
path: root/openocd-nuclei-bin.install
blob: f45a4281d49355521768f0f9f1127f8fdc409068 (plain)
1
2
3
4
5
6
7
all_off="$(tput sgr0)"
bold="${all_off}$(tput bold)"
post_install() {
    echo "add ${bold}export NUCLEI_TOOL_ROOT=/opt/Nuclei-Toolchain${all_off}"
    echo "and ${bold}export PATH=\$NUCLEI_TOOL_ROOT/openocd/bin:\$PATH${all_off}"
    echo "to ${bold}~/.bashrc${all_off} and ${bold}source ~/.bashrc${all_off} before compile any project."
}