Lines Matching refs:bin
21 …enext2fs binutils-dev device-tree-compiler e2fsprogs git-core gnupg gnutls-bin gperf lib32ncurses5…
26 && rm -rf /bin/sh /usr/bin/python /usr/bin/python3 /usr/bin/python3m \
27 && ln -s /bin/bash /bin/sh \
28 && ln -s /usr/bin/python3.8 /usr/bin/python3 \
29 && ln -s /usr/bin/python3.8 /usr/bin/python3m \
30 && ln -s /usr/bin/python3.8 /usr/bin/python \
31 && curl https://gitee.com/oschina/repo/raw/fork_flow/repo-py3 > /usr/bin/repo \
32 && chmod +x /usr/bin/repo \
52 && cp /home/tools/node-v14.15.4-linux-x64/bin/node /usr/local/bin \
53 …&& ln -s /home/tools/node-v14.15.4-linux-x64/lib/node_modules/npm/bin/npm-cli.js /usr/local/bin/np…
54 …&& ln -s /home/tools/node-v14.15.4-linux-x64/lib/node_modules/npm/bin/npx-cli.js /usr/local/bin/np…
56 && sed -i '$aexport PATH=/home/tools/llvm/bin:$PATH' /root/.bashrc \
58 && sed -i '$aexport PATH=/home/tools/gcc_riscv32/bin:$PATH' /root/.bashrc \
60 && sed -i '$aexport PATH=/home/tools/node-v14.15.4-linux-x64/bin:$PATH' /root/.bashrc \
62 && sed -i '$aexport PATH=/root/.local/bin:$PATH' /root/.bashrc \
63 && export PATH=/home/tools/llvm/bin:$PATH \
65 && export PATH=/home/tools/gcc_riscv32/bin:$PATH \
67 && export PATH=/home/tools/node-v12.20.0-linux-x64/bin:$PATH \
69 && export PATH=/root/.local/bin:$PATH \