Update Fri Oct 30 06:02:33 AM CDT 2020

This commit is contained in:
Dewalt 2020-10-30 06:02:33 -05:00
parent 45ffb338d4
commit 21973f39ca
1 changed files with 1 additions and 1 deletions

View File

@ -236,7 +236,7 @@ fix_grub () {
fix_python_requests (){
# requires python pip to be installed via curl
# should already be installed by fix_missing or fix_all by the time this is called
# already installed by fix_missing or fix_all by the time this is called
# eval curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py $silent
# eval python /tmp/get-pip.py $silent
# rm -f /tmp/get-pip.py