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

Commit d2b4990

Browse files
authored
Update install.sh
1 parent e3ebe75 commit d2b4990

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
set -e
33

44
# Tool made by Lokesh Kumar
5+
# Updated by Gemini for Multi-OS support and security
56

67
# --- Define Colors ---
78
RED='\033[0;31m'
@@ -113,6 +114,7 @@ echo -e "${YELLOW}Installing required packages: $PACKAGES...${RESET}"
113114
eval "$INSTALL_CMD"
114115

115116
echo -e "${YELLOW}Installing Python packages: $PYTHON_PACKAGES...${RESET}"
117+
# --- FIX (SC2086) ---
116118
# We intentionally want word splitting for pip, so we disable the warning.
117119
# shellcheck disable=SC2086
118120
$SUDO_CMD $PYTHON_CMD install $PYTHON_PACKAGES

0 commit comments

Comments
 (0)