some changes

This commit is contained in:
2024-08-24 00:21:20 +01:00
parent cdc7f5f011
commit c7688f65d9
5 changed files with 37 additions and 20 deletions

5
scripts/auto-update.sh Executable file → Normal file
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"
@@ -14,3 +14,4 @@ exit 0