Some cleaning after the install of yunohost
This commit is contained in:
parent
3d6cf5687e
commit
c346c9e92c
1 changed files with 4 additions and 1 deletions
|
@ -4,5 +4,8 @@ on_chroot << EOF
|
||||||
cd /tmp/
|
cd /tmp/
|
||||||
wget -O install_yunohost https://install.yunohost.org/stretch
|
wget -O install_yunohost https://install.yunohost.org/stretch
|
||||||
chmod +x /tmp/install_yunohost
|
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
|
EOF
|
||||||
|
|
Loading…
Reference in a new issue