File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88PACKAGEBASH := 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
99PACKAGEPY := dns-client requests bs4 rich pycryptodome rich-cli certifi npyscreen prompt_toolkit requests faker phonenumbers
1010TERMUX_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 ]=======================
1314detectCLI :
@@ -51,6 +52,12 @@ update: detectCLI
5152
5253install : 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+
5461all : install
5562
5663.PHONY : detectCLI install-system install-py
You can’t perform that action at this time.
0 commit comments