From 21973f39caaa1b29d72913257fa34a6f190405f7 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 30 Oct 2020 06:02:33 -0500 Subject: [PATCH] Update Fri Oct 30 06:02:33 AM CDT 2020 --- pimpmykali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index 2d0fd09..fc5e494 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -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