fix removal of ipp-usb when not installed

This commit is contained in:
Matthew McClaskey 2023-11-24 20:24:06 +00:00
parent f91e077106
commit 656289b026

View File

@ -10,7 +10,7 @@ elif [ "${DISTRO}" == "opensuse" ]; then
zypper clean --all
elif [[ "${DISTRO}" == @(debian|kali|parrotos5|ubuntu) ]]; then
# Uninstall unneccesary/vulnerable packages
apt remove -y ipp-usb #KASM-5266
dpkg --purge ipp-usb #KASM-5266
apt-get autoremove -y
apt-get autoclean -y