mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2024-11-25 00:43:11 +01:00
fix removal of ipp-usb when not installed
This commit is contained in:
parent
f91e077106
commit
656289b026
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user