From c346c9e92ceefc6d854e9e5aebb05f079074687b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 2 Apr 2018 19:15:23 +0200 Subject: [PATCH] Some cleaning after the install of yunohost --- stage3/00-install-yunohost/00-run.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/stage3/00-install-yunohost/00-run.sh b/stage3/00-install-yunohost/00-run.sh index 7f9f2f8..fac64d9 100755 --- a/stage3/00-install-yunohost/00-run.sh +++ b/stage3/00-install-yunohost/00-run.sh @@ -4,5 +4,8 @@ on_chroot << EOF cd /tmp/ wget -O install_yunohost https://install.yunohost.org/stretch chmod +x /tmp/install_yunohost -./install_yunohost -a -i +./install_yunohost -a +rm -f /etc/ssh/ssh_host_* +apt-get clean +find /var/log -type f -exec rm {} \; EOF