summarylogtreecommitdiffstats
path: root/gcc-nuclei-bin.install
diff options
context:
space:
mode:
Diffstat (limited to 'gcc-nuclei-bin.install')
-rw-r--r--gcc-nuclei-bin.install1
1 files changed, 0 insertions, 1 deletions
diff --git a/gcc-nuclei-bin.install b/gcc-nuclei-bin.install
index 6be88bd6ea4d..70ebdb51f7d7 100644
--- a/gcc-nuclei-bin.install
+++ b/gcc-nuclei-bin.install
@@ -2,6 +2,5 @@ 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."
}