1
0
Fork 0
This repository has been archived on 2023-03-27. You can view files and clone it, but cannot push or open issues or pull requests.
raspberrypi-build/stage2/03-cleanup/00-run.sh

6 lines
58 B
Bash
Raw Normal View History

2016-04-11 07:29:41 +01:00
#!/bin/bash -e
on_chroot sh -e - <<EOF
apt-get clean
EOF