From 45ffb338d4845f7c2ea03afdbdeed44ea23fc98c Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Fri, 30 Oct 2020 05:57:23 -0500 Subject: [PATCH] Update Fri Oct 30 05:57:23 AM CDT 2020 --- pimpmykali.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index 27df728..2d0fd09 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.0.0" + revision="1.0.1" # unicorn puke: red=$'\e[1;31m' @@ -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 + # 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