mirror of
https://github.com/karl0ss/AnotterKiosk.git
synced 2025-07-26 02:20:16 +01:00
Add apt cleanup to reduce image size
This commit is contained in:
parent
b7e48f776e
commit
8ac881ffcf
@ -103,3 +103,7 @@ dpkg --list | grep "ii chromium " >> /version-info
|
||||
echo -n "Linux kernel version: " >> /version-info
|
||||
ls /lib/modules/ | sort -r | head -n 1 >> /version-info
|
||||
echo >> /version-info
|
||||
|
||||
# Clean up apt cache and remove unused packages
|
||||
apt-get clean
|
||||
apt-get autoremove -y
|
||||
|
Loading…
x
Reference in New Issue
Block a user