Update entrypoint.sh

This commit is contained in:
Kasper Plougmann 2025-07-10 12:31:09 +02:00 committed by GitHub
parent 2273456847
commit 58ce93eb37
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2,9 +2,12 @@
echo "Starting linux-iso-seeder container" echo "Starting linux-iso-seeder container"
# Update packages and transmission-daemon to latest # Update all packages to latest
apk update apk update
apk upgrade transmission-daemon apk upgrade
# Clean up apk cache
rm -rf /var/cache/apk/*
# Start torrent fetcher script in background, running daily # Start torrent fetcher script in background, running daily
while true; do while true; do