This commit is contained in:
Francois Lesueur
2022-12-23 18:23:33 +01:00
parent d7807b6d58
commit d71c219a1e
3 changed files with 8 additions and 2 deletions

View File

@ -64,6 +64,10 @@ fi
# ./kaz.sh
# On démarre au boot
echo -e '#!/bin/sh\n/kaz/bin/container.sh start' >> /etc/rc.local
chmod +x /etc/rc.local
# clear apt cache
DEBIAN_FRONTEND=noninteractive apt-get autoremove -y
DEBIAN_FRONTEND=noninteractive apt-get clean