From 09b91a7c227247b880b225d6892fae7c6aae0ad5 Mon Sep 17 00:00:00 2001 From: "rieger::CLOUD" Date: Tue, 24 Jul 2018 14:21:03 +0200 Subject: [PATCH] Release Information # Version 3.6 # Solved Issue 22 - rows 41-51: # https://github.com/riegercloud/install-nextcloud/issues/22 --- install-nextcloud.sh | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/install-nextcloud.sh b/install-nextcloud.sh index 0c338a8..221c615 100644 --- a/install-nextcloud.sh +++ b/install-nextcloud.sh @@ -1,14 +1,15 @@ -####################################################### +############################################################ # Carsten Rieger IT-Services # https://www.c-rieger.de # https://github.com/riegercloud # INSTALL-NEXTCLOUD.SH -# Version 3.5 -# added wget and git to be installed at the beginning -# July, 11th, 2018 -####################################################### -# Ubuntu 18.04 LTS -####################################################### +# Version 3.6 +# Solved Issue 22 - rows 41-51: +# https://github.com/riegercloud/install-nextcloud/issues/22 +# July, 24th, 2018 +############################################################ +# Ubuntu 18.04 LTS - Nextcloud 13.0.5 +############################################################ #!/bin/bash ###global function to update and cleanup the environment function update_and_clean() {