commit | e142e7502aa063f3e8fa7625b22ef849d063a79d | [log] [tgz] |
---|---|---|
author | azvyagintsev <azvyagintsev@mirantis.com> | Thu Oct 18 13:53:04 2018 +0300 |
committer | azvyagintsev <azvyagintsev@mirantis.com> | Thu Oct 18 13:53:04 2018 +0300 |
tree | 12441c8311f5e0fa50669d4a3f49579d1dde7f59 | |
parent | 7a79c33b23418d17867a50a1f219c301623796aa [diff] [blame] |
Remove unattended-upgrades package Change-Id: Ie4714a60f5aeb74a14ff6e892f201afcb464da8f
diff --git a/common/ubuntu_cleanup.sh b/common/ubuntu_cleanup.sh index 13519ea..8f49d30 100644 --- a/common/ubuntu_cleanup.sh +++ b/common/ubuntu_cleanup.sh
@@ -1,5 +1,6 @@ #!/bin/bash -xe +apt-get -y remove --purge unattended-upgrades || true apt-get -y autoremove --purge apt-get -y clean