This commit is contained in:
2024-08-05 17:12:00 +01:00
parent c091a8624c
commit 66a1bf1446
3 changed files with 18 additions and 12 deletions

View File

@@ -5,8 +5,8 @@ doWork(){
apt upgrade -y
$scriptPath/../services/code-server/docker-run.sh
$scriptPath/../services/nginx/docker-run.sh
$scriptPath/../services/wyoming-faster-whisper/docker-run.sh
$scriptPath/../services/wyoming-piper/docker-run.sh
#$scriptPath/../services/wyoming-faster-whisper/docker-run.sh
#$scriptPath/../services/wyoming-piper/docker-run.sh
docker image prune -f
}
doWork 2>&1 | logger -s -t "auto-update"