diff --git a/pimpmykali.sh b/pimpmykali.sh index 3534afb..27df728 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -236,6 +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 # 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