Some cleaning after the install of yunohost

This commit is contained in:
Alexandre Aubin 2018-04-02 19:15:23 +02:00
parent 3d6cf5687e
commit c346c9e92c

View file

@ -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