Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/vm.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorenoch85 <enoch85@gmail.com>2016-07-26 00:24:51 +0300
committerenoch85 <enoch85@gmail.com>2016-07-26 00:24:51 +0300
commit39e0763412ea29853dd85be4b6cb5897f2a0b574 (patch)
tree4e72b7ac0a0157c2c2d0a0a22af6b681db5fc730
parent43e20fb15ccdb53b5ab07ae8fffed2fe3dbcb597 (diff)
parentcb4689d10bd57046ab5d3dde9123d42b5e0f30ef (diff)
Merge branch 'master' of https://github.com/nextcloud/vm
-rw-r--r--nextcloud_install_production.sh2
-rw-r--r--nextcloud_update.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/nextcloud_install_production.sh b/nextcloud_install_production.sh
index 67a0e4e1..f5660c6f 100644
--- a/nextcloud_install_production.sh
+++ b/nextcloud_install_production.sh
@@ -8,7 +8,7 @@
set -e
# Nextcloud version
-STABLEVERSION="nextcloud-9.0.52"
+STABLEVERSION="nextcloud-9.0.53"
# Ubuntu version
DISTRO=$(grep -ic "Ubuntu 16.04.1 LTS" /etc/lsb-release)
# Nextcloud apps
diff --git a/nextcloud_update.sh b/nextcloud_update.sh
index 58ff4192..9b3d6421 100644
--- a/nextcloud_update.sh
+++ b/nextcloud_update.sh
@@ -34,11 +34,11 @@ sudo apt-get update -q2
sudo aptitude full-upgrade -y
echo
echo "System is now upgraded, now the script will upgrade Nextcloud."
-echo "Which version do you want to upgrade to?"
+echo "Which version do you want to upgrade to? Type it like this: 9.0.54"
read NCVERSION
echo "Upgrading to $NCVERSION in 15 seconds... Press CTRL+C to abort."
-echo "Disclamer: Tech and Me is not responsible for any dataloss"
+echo "Disclamer: Tech and Me or Nextcloud is not responsible for any dataloss"
echo "Data and config files are backed up, but things could go wrong."
sleep 15