From 7dbbd8d7a741925e1c98f5b5116b12c447c9f1d7 Mon Sep 17 00:00:00 2001 From: Ze'ev Schurmann Date: Tue, 13 May 2025 22:11:44 +0200 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a12402e..19c913e 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Perfect Nextcloud Installer -This is a script to setup the perfect Nextcloud Installation on a vanilla Debian 12 server. It will get your next Nextcloud installation 99.9999% of the way to being perfect. All that is missing is default_phone_region, default_language and default_locale... see below image of what a fresh Install looks like on Admin Screen (the place where Nextcloud bitches about stuff)... +This is a script to setup the perfect Nextcloud Installation on a vanilla Debian 12 server or Ubuntu 24.04 LTS server. It will get your next Nextcloud installation 99.9999% of the way to being perfect. All that is missing is default_phone_region, default_language and default_locale... see below image of what a fresh Install looks like on Admin Screen (the place where Nextcloud bitches about stuff)... ![Screenshot](https://git.zaks.web.za/thisiszeev/perfect-nextcloud-installer/raw/branch/main/Screenshot_20250513_170840.png) @@ -8,7 +8,9 @@ No fiddling with Docker or navigating your way through the terminal. Download sc Instructions to start the process is a little further down this document. -> It has only been tested on Debian 12, but it should work on most Debian based distros. A vanilla server is required (nothing but Debian core and ssh installed). +> It has only been tested on Debian 12 and Ubuntu Server 24.04.02 LTS, but it should work on most Debian/Ubuntu based distros. A vanilla server is required (nothing but Debian/Ubuntu core and ssh installed). + +I will test Ubuntu 24.10 and 25.04 soon... I will be adding default_phone_region, default_language and default_locale functionality in the near future...