diff --git a/README.md b/README.md index 2d0377c..ee8186e 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,11 @@ - 0xC0FFEE Home Lab Build https://docs.google.com/document/d/1DH-epmXJMvQtOnDQYa3zUXvq9497Mm3276K8frNz2UM +# Revision 1.4.5 - libwacom-common breaks apt + - Kali 2022.1 libwacom9 requires libwacom-common + - added to fix missing so it will be automatically installed + - menu options 0, 1 or N will apply this fix + # Revision 1.4.4 - Impacket 0.9.19 url updated - URL Updated for changes on the SecureAuth github location for Impacket 0.9.19 (Thank you !Sora) diff --git a/pimpmykali.sh b/pimpmykali.sh index ab3128b..05321b9 100755 --- a/pimpmykali.sh +++ b/pimpmykali.sh @@ -9,7 +9,7 @@ # Standard Disclaimer: Author assumes no liability for any damage # revision var - revision="1.4.4" + revision="1.4.5" # unicorn puke: red=$'\e[1;31m' @@ -174,6 +174,7 @@ fix_missing () { fix_sources fix_hushlogin # 06.18.2021 - added fix for .hushlogin file apt_update && apt_update_complete + fix_libwacom 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 @@ -233,6 +234,11 @@ fix_all () { # sed s:"background = /usr/share/desktop-base/kali-theme/login/background":"background = #000000":g # } +fix_libwacom { + eval apt -y install libwacom-common + #fix added for Kali 2022.1 apt broken after apt update && apt upgrade + } + fix_httprobe() { # 01.04.22 - added httprobe precompiled binary to fix_missing if [ -f /usr/bin/httprobe ]; then