From 04fe7387e3e30bb53ab825f2f1e7487498d83a2f Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Tue, 1 Jun 2021 22:44:16 -0500 Subject: [PATCH] Update Tue Jun 1 10:44:16 PM CDT 2021 --- pimpmykali.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pimpmykali.sh b/pimpmykali.sh index c7568a8..8a14c70 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -608,6 +608,8 @@ ask_are_you_sure () { # 01.02.2021 - rev 1.1.2 - copy to /root warning screens and function perform_copy_to_root () { echo -e "\n\n $greenplus Copying everything from /home/kali to /root... Please wait..." + # WebBrowser=firefox check /home/kali/.config/xfce4/helpers.rc if default browser has been selected or not + # if file not exist set firefox as the default for root, user can change it later if not already set eval cp -Rvf /home/kali/.* /home/kali/* /root >/dev/null 2>&1 eval chown -R root:root /root echo -e "\n $greenplus Everything from /home/kali has been copied to /root"