This repository has been archived on 2023-01-28. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
CustomDebian11LiveISO_GUI/config/hooks/normal/0900-clear-apt-cache.hook.chroot
2020-04-13 16:17:43 +02:00

8 lines
222 B
Bash
Executable File

#!/bin/sh
echo "I: running $0"
# 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/