Update Thu Sep 2 04:11:11 PM CDT 2021

This commit is contained in:
Dewalt 2021-09-02 16:11:11 -05:00
parent 2bfc0fa631
commit e1bbc14bb6
1 changed files with 4 additions and 3 deletions

View File

@ -489,9 +489,10 @@ fix_htop () {
}
python3_pip () {
section="python3-pip"
check=$(python3 -m pip --version | grep -i -c "/usr/lib/python3/dist-packages/pip")
fix_section $section $check $force
#section="python3-pip"
#check=$(python3 -m pip --version | grep -i -c "/usr/lib/python3/dist-packages/pip")
#fix_section $section $check $force
eval apt -y reinstall python3-pip
}
seclists () {