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

Commit e3ebe75

Browse files
authored
Update install.sh
1 parent 5ba5817 commit e3ebe75

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

install.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ echo -e "${YELLOW}Installing required packages: $PACKAGES...${RESET}"
113113
eval "$INSTALL_CMD"
114114

115115
echo -e "${YELLOW}Installing Python packages: $PYTHON_PACKAGES...${RESET}"
116-
# --- FIX (SC2086) ---
117116
# We intentionally want word splitting for pip, so we disable the warning.
118117
# shellcheck disable=SC2086
119118
$SUDO_CMD $PYTHON_CMD install $PYTHON_PACKAGES

0 commit comments

Comments
 (0)