From 8b00b5a9370b3c841102612e83c7d9f191605df9 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Sat, 2 Jan 2021 08:38:11 -0600 Subject: [PATCH] Update Sat Jan 2 08:38:11 AM CST 2021 --- pimpmykali.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pimpmykali.sh b/pimpmykali.sh index d40aa43..2b071d8 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -382,7 +382,7 @@ ask_homekali_to_root () { echo -e " by default there is nothing in /root, This script has the ability to copy everything" echo -e " from /home/kali to /root for you. \n" echo -e " $red Warning:$white This copy function $red will overwrite $white anything in /root with the entire contents of /home/kali" - echo -e " The copy statement that is going to be preformed if you select Y is:\n " + echo -e " The copy statement that is going to be performed if you select Y is:\n " echo -e " cp -Rvf /home/kali/* /home/kali/.* /root" echo -e "\n Would you like to copy everything from /home/kali to /root ?" echo -e " Press Y - to copy everything from /home/kali to /root"