apt-get clean

This commit is contained in:
Aleksandr Chebotov
2020-04-21 18:23:33 +03:00
parent 8e8fbb4f76
commit 9109037d4e
3 changed files with 30 additions and 0 deletions
+7
View File
@@ -289,6 +289,13 @@
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "shell",
"scripts":[
"{{template_dir}}/scripts/installers/cleanup.sh"
],
"execute_command": "sudo sh -c '{{ .Vars }} {{ .Path }}'"
},
{
"type": "file",
"source": "{{user `metadata_file`}}",