This repository has been archived on 2024-12-10. You can view files and clone it, but cannot push or open issues or pull requests.
clic-rpi-image/stage2/03-cleanup/00-run.sh
2016-11-14 23:55:45 +00:00

5 lines
51 B
Bash
Executable file

#!/bin/bash -e
on_chroot << EOF
apt-get clean
EOF