5 lines
122 B
Bash
Executable File
5 lines
122 B
Bash
Executable File
#!/bin/sh
|
|
echo "I: running $0"
|
|
|
|
# clear APT package list cache to reduce the image size from ~180MB
|
|
rm -vr /var/cache/apt/ |