aio-interface: allow to install nc 30 directly

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-09-04 17:23:49 +02:00
parent 1321f875e9
commit ed857db3c1
2 changed files with 2 additions and 2 deletions

View file

@ -173,7 +173,7 @@ class DockerController
} }
if (isset($request->getParsedBody()['install_latest_major'])) { if (isset($request->getParsedBody()['install_latest_major'])) {
$installLatestMajor = 29; $installLatestMajor = 30;
} else { } else {
$installLatestMajor = ""; $installLatestMajor = "";
} }

View file

@ -31,7 +31,7 @@
{% set isBackupOrRestoreRunning = false %} {% set isBackupOrRestoreRunning = false %}
{% set isApacheStarting = false %} {% set isApacheStarting = false %}
{# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #} {# Setting newMajorVersion to '' will hide corresponding options/elements, can be set to an integer like 26 in order to show corresponding elements. If set, also increase installLatestMajor in https://github.com/nextcloud/all-in-one/blob/main/php/src/Controller/DockerController.php #}
{% set newMajorVersion = '' %} {% set newMajorVersion = 30 %}
{% if is_backup_container_running == true %} {% if is_backup_container_running == true %}
{% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %} {% if borg_backup_mode == 'backup' or borg_backup_mode == 'restore' %}