diff --git a/ct/changedetection.sh b/ct/changedetection.sh index 6bc9d1f04..67302c442 100644 --- a/ct/changedetection.sh +++ b/ct/changedetection.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash source <(curl -fsSL https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/misc/build.func) # Copyright (c) 2021-2026 tteck -# Author: tteck (tteckster) +# Author: tteck (tteckster) | Co-Author: CrazyWolf13, MickLesk # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://changedetection.io/ | Github: https://github.com/dgtlmoon/changedetection.io @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-4}" var_ram="${var_ram:-4096}" var_disk="${var_disk:-10}" var_os="${var_os:-debian}" -var_version="${var_version:-12}" +var_version="${var_version:-13}" var_arm64="${var_arm64:-yes}" var_unprivileged="${var_unprivileged:-1}" diff --git a/ct/jitsi-meet.sh b/ct/jitsi-meet.sh index efac14ff5..25e7e4211 100644 --- a/ct/jitsi-meet.sh +++ b/ct/jitsi-meet.sh @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-4}" var_ram="${var_ram:-4096}" var_disk="${var_disk:-12}" var_os="${var_os:-debian}" -var_version="${var_version:-12}" +var_version="${var_version:-13}" var_arm64="${var_arm64:-yes}" var_unprivileged="${var_unprivileged:-1}" diff --git a/ct/neko.sh b/ct/neko.sh index 6b8a92c3c..f355e6dc9 100644 --- a/ct/neko.sh +++ b/ct/neko.sh @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-4}" var_ram="${var_ram:-4096}" var_disk="${var_disk:-12}" var_os="${var_os:-debian}" -var_version="${var_version:-12}" +var_version="${var_version:-13}" var_arm64="${var_arm64:-yes}" var_unprivileged="${var_unprivileged:-1}" var_gpu="${var_gpu:-yes}" diff --git a/ct/omada.sh b/ct/omada.sh index f03e04cb3..6560f368c 100644 --- a/ct/omada.sh +++ b/ct/omada.sh @@ -11,7 +11,7 @@ var_cpu="${var_cpu:-2}" var_ram="${var_ram:-3072}" var_disk="${var_disk:-8}" var_os="${var_os:-debian}" -var_version="${var_version:-12}" +var_version="${var_version:-13}" var_arm64="${var_arm64:-yes}" var_unprivileged="${var_unprivileged:-1}" diff --git a/install/changedetection-install.sh b/install/changedetection-install.sh index 91ef1ab07..f323c53ac 100644 --- a/install/changedetection-install.sh +++ b/install/changedetection-install.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash # Copyright (c) 2021-2026 tteck -# Author: tteck (tteckster) +# Author: tteck (tteckster) | Co-Author: CrazyWolf13, MickLesk # License: MIT | https://github.com/community-scripts/ProxmoxVE/raw/main/LICENSE # Source: https://changedetection.io/ | Github: https://github.com/dgtlmoon/changedetection.io @@ -18,7 +18,6 @@ $STD apt-get install -y \ git \ build-essential \ dumb-init \ - gconf-service \ libjpeg-dev \ libatk-bridge2.0-0 \ libasound2 \ @@ -29,8 +28,7 @@ $STD apt-get install -y \ libexpat1 \ libgbm-dev \ libgbm1 \ - libgconf-2-4 \ - libgdk-pixbuf2.0-0 \ + libgdk-pixbuf-2.0-0 \ libglib2.0-0 \ libgtk-3-0 \ libnspr4 \ @@ -80,7 +78,7 @@ $STD apt-get install -y \ fonts-freefont-ttf \ fonts-gfs-neohellenic \ fonts-indic fonts-ipafont-gothic \ - fonts-kacst fonts-liberation \ + fonts-kacst-one fonts-liberation \ fonts-noto-cjk \ fonts-noto-color-emoji \ fonts-roboto \