mirror of
https://github.com/Laborratte5/linux-iso-seeder.git
synced 2025-12-30 17:08:17 +01:00
Update entrypoint.sh
This commit is contained in:
parent
2273456847
commit
58ce93eb37
1 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue