Skip to content
This repository was archived by the owner on Jan 9, 2026. It is now read-only.

Commit a87e7d3

Browse files
committed
fix
1 parent cb877ed commit a87e7d3

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/runner/setup_aarch64-Linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ if [ "${CONTINUE}" == "YES" ]; then
377377
fi
378378
#----------------------#
379379
#rust & cargo
380-
bash <(curl -qfsSL "https://sh.rustup.rs") -y
380+
bash <(curl -qfsSL "https://sh.rustup.rs") --no-modify-path -y
381381
#Test: PATH="${HOME}/.cargo/bin:${HOME}/.cargo/env:${PATH}"
382382
if ! command -v cargo &> /dev/null; then
383383
echo -e "\n[-] cargo (rust) NOT Found\n"

scripts/runner/setup_x86_64-Linux.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ if [ "${CONTINUE}" == "YES" ]; then
377377
fi
378378
#----------------------#
379379
#rust & cargo
380-
bash <(curl -qfsSL "https://sh.rustup.rs") -y
380+
bash <(curl -qfsSL "https://sh.rustup.rs") --no-modify-path -y
381381
#Test: PATH="${HOME}/.cargo/bin:${HOME}/.cargo/env:${PATH}"
382382
if ! command -v cargo &> /dev/null; then
383383
echo -e "\n[-] cargo (rust) NOT Found\n"

0 commit comments

Comments
 (0)