diff --git a/ct/ersatztv.sh b/ct/ersatztv.sh index db6e414a5..02f465d72 100644 --- a/ct/ersatztv.sh +++ b/ct/ersatztv.sh @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}" var_ram="${var_ram:-1024}" var_disk="${var_disk:-5}" var_os="${var_os:-debian}" -var_version="${var_version:-12}" +var_version="${var_version:-13}" var_unprivileged="${var_unprivileged:-1}" var_gpu="${var_gpu:-yes}" diff --git a/frontend/public/json/ersatztv.json b/frontend/public/json/ersatztv.json index 3499723b6..2ebf7e8a0 100644 --- a/frontend/public/json/ersatztv.json +++ b/frontend/public/json/ersatztv.json @@ -23,7 +23,7 @@ "ram": 1024, "hdd": 5, "os": "debian", - "version": "12" + "version": "13" } } ], diff --git a/install/ersatztv-install.sh b/install/ersatztv-install.sh index e0208793f..421a9e39e 100644 --- a/install/ersatztv-install.sh +++ b/install/ersatztv-install.sh @@ -14,7 +14,6 @@ network_check update_os setup_hwaccel - fetch_and_deploy_gh_release "ersatztv" "ErsatzTV/ErsatzTV" "prebuild" "latest" "/opt/ErsatzTV" "*linux-x64.tar.gz" fetch_and_deploy_gh_release "ersatztv-ffmpeg" "ErsatzTV/ErsatzTV-ffmpeg" "prebuild" "latest" "/opt/ErsatzTV-ffmpeg" "*-linux64-gpl-7.1.tar.xz"