summarylogtreecommitdiffstats
path: root/gcc-nuclei-bin.install
blob: 6be88bd6ea4d5e9acc5426639a0f7bf3b00fefc3 (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/gcc/bin:\$NUCLEI_TOOL_ROOT/openocd/bin:\$PATH${all_off}"
    echo "to ${bold}~/.bashrc${all_off} and ${bold}source ~/.bashrc${all_off} before compile any project."
}