Files
bearnet/image/overlay/usr/bin/update-images
iceBear67 bf67b8b95f refactor
2026-07-05 13:49:09 +08:00

11 lines
114 B
Bash
Executable File

#!/bin/sh
cleanup_() {
touch /.image-update-flag
}
if [ ! -f /.image-update-flag ]; then
docker pull
fi