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