From e332fa535ded66c435da9f6885ce9dffc1395334 Mon Sep 17 00:00:00 2001 From: Dewalt <> Date: Tue, 5 Oct 2021 11:40:34 -0500 Subject: [PATCH] Update Tue Oct 5 11:40:34 AM CDT 2021 --- README.md | 4 ++++ pimpmykali.sh | 5 +++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 01ba5bf..7139a5e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,10 @@ - 0xC0FFEE Home Lab Build https://docs.google.com/document/d/1DH-epmXJMvQtOnDQYa3zUXvq9497Mm3276K8frNz2UM +# Revision 1.3.8 - Added dbus-x11 + - Common issue with gedit added dbus-x11 + - Menu options N, 0 and 1 will install dbus-x11 + # Revision 1.3.7 - Birthday Message Removed - No code changes only birthday message was removed diff --git a/pimpmykali.sh b/pimpmykali.sh index 5171d54..2d9cb7e 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.3.6" + revision="1.3.8" # unicorn puke: red=$'\e[1;31m' @@ -177,7 +177,8 @@ fix_missing () { apt_autoremove && apt_autoremove_complete eval apt -y remove kali-undercover $silent # 02.01.2020 - Added cifs-utils and libguestfs-tools as they are require for priv escalation - eval apt -y install dkms build-essential autogen automake python-setuptools python3-setuptools python3-distutils python3.9-dev libguestfs-tools cifs-utils $silent + # 10.05.2021 - Added dbus-x11 as it has become a common problem for those wanting to use gedit + eval apt -y install dkms build-essential autogen automake python-setuptools python3-setuptools python3-distutils python3.9-dev libguestfs-tools cifs-utils dbus-x11 $silent # check_python # 07.02.21 - check_python check if python is symlinked to python2 if not, make it point to python2 python-pip-curl python3_pip $force