Files
ToolDisks_ISO-WipeStation/config/hooks/normal/0900-clear-apt-cache.hook.chroot

6 lines
200 B
Bash
Executable File

#!/bin/sh
# clear APT package download cache to reduce the image size from ~100MB
rm -vr /var/lib/apt/lists/
# clear APT package list cache to reduce the image size from ~180MB
rm -vr /var/cache/apt/