NC Web Installer bestimmte Version / NC Web Installer defined version

Hallo zusammen,

ich möchte Nextcloud über den Webinstaller installieren.
Allerdings möchte ich nicht die neueste Version 30.0.0 installieren.
Ich würde gerne die Version 29.0.8 mit dem Web Installer installieren.
Dazu müsste ich meiner Meinung nach nur folgende Zeile in der setup-nextcloud.php ändern.

Passt das oder seht Ihr hier noch andere Probleme?


Hello everyone,

I would like to install Nextcloud via the web installer.
However, I do not want to install the latest version 30.0.0.
I would like to install version 29.0.8 with the web installer.
In my opinion, I would only have to change the following line in setup-nextcloud.php.

Does this fit or do you see other problems here?

// Line 145-148

//Originals
// downloading latest release
 if (!file_exists('nc.zip')) {
 $error .= Setup::getFile('https://download.nextcloud.com/server/releases/'.NC_VERSION.'.zip','nc.zip');}

//Update		
// downloading latest release
if (!file_exists('nc.zip')) {
$error .= Setup::getFile('https://download.nextcloud.com/server/releases/nextcloud-29.0.8.zip','nc.zip');}

Danke und Grüße

Thomas

Ich habe es nicht ausprobiert. Aber eigentlich brauchst du die Zeile gar nicht ändern. Du musst nur zuvor die von dir gewünschte Nextcloud-Version als nc.zip in den Ordner speichern.

I have not tried it. But you don’t actually need to change the line. You just need to save the Nextcloud version you want as nc.zip in the folder beforehand.

Natürlich.
Warum kompliziert wenn es auch einfach geht.
Dank dir

Grüße

Der Vollständigkeit halber: Beide Lösungen funktionieren.

This topic was automatically closed 8 days after the last reply. New replies are no longer allowed.