Skip to content

Commit d18ecd8

Browse files
authored
Update Makefile
1 parent d656e22 commit d18ecd8

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

Makefile

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
PACKAGEBASH := curl python bc ncurses-utils file ossp-uuid uuid-utils less zsh boxes figlet ruby clang tree jq ripgrep coreutils xz-utils just fzf gum silversearcher-ag file grep brotli bc figlet less toilet binutils python-pip
99
PACKAGEPY := dns-client requests bs4 rich pycryptodome rich-cli certifi npyscreen prompt_toolkit requests faker phonenumbers
1010
TERMUX_PATH := /data/data/com.termux/files/usr/bin/bash
11+
PYTHON_VERSION := $(shell python -V | sed 's/[[:space:]]//g' | cut -c 1-10 | tr '[:upper:]' '[:lower:]')
1112

1213
# =======================[ CEK ]=======================
1314
detectCLI:
@@ -51,6 +52,12 @@ update: detectCLI
5152

5253
install: install-system install-py
5354

55+
fix:
56+
rm -rf $$PREFIX/lib/$(PYTHON_VERSION)/site-packages/requests
57+
pip uninstall requests -y
58+
pip uninstall psutil -y
59+
pip install requests
60+
5461
all: install
5562

5663
.PHONY: detectCLI install-system install-py

0 commit comments

Comments
 (0)