mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-06-25 22:41:47 +02: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
|
zypper clean --all
|
||||||
elif [[ "${DISTRO}" == @(debian|kali|parrotos5|ubuntu) ]]; then
|
elif [[ "${DISTRO}" == @(debian|kali|parrotos5|ubuntu) ]]; then
|
||||||
# Uninstall unneccesary/vulnerable packages
|
# Uninstall unneccesary/vulnerable packages
|
||||||
apt remove -y ipp-usb #KASM-5266
|
dpkg --purge ipp-usb #KASM-5266
|
||||||
|
|
||||||
apt-get autoremove -y
|
apt-get autoremove -y
|
||||||
apt-get autoclean -y
|
apt-get autoclean -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user