Skip to content

Commit

Permalink
Merge pull request #162 from NethServer/upgrade-27.1.11
Browse files Browse the repository at this point in the history
Update Nextcloud to version 27.1.11 and disable web upgrade NethServer/dev#6964
  • Loading branch information
stephdl authored Jul 29, 2024
2 parents 01d3ce6 + f2fee8d commit 7fdca05
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nethserver-nextcloud.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ License: GPL
Source0: %{name}-%{version}.tar.gz
Source1: %{name}.tar.gz

%define nc_version 27.1.7
%define nc_version 27.1.11
Source2: https://download.nextcloud.com/server/releases/nextcloud-%{nc_version}.tar.bz2

BuildArch: noarch
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ OCC "config:system:set mail_domain --value=".$cdb->get_value('DomainName');
OCC "config:system:set mail_smtphost --value=localhost";
OCC "config:system:set mail_smtpport --value=25";
OCC "config:system:set updatechecker --type bool --value false";
OCC "config:system:set upgrade.disable-web --type bool --value true";
OCC "config:system:set check_for_working_wellknown_setup --type bool --value false";
OCC "background:cron";
OCC "db:convert-filecache-bigint -n";
Expand Down

0 comments on commit 7fdca05

Please sign in to comment.