Skip to content

Commit 39e0763

Browse files
author
enoch85
committed
Merge branch 'master' of https://github.com/nextcloud/vm
2 parents 43e20fb + cb4689d commit 39e0763

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

nextcloud_install_production.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
set -e
99

1010
# Nextcloud version
11-
STABLEVERSION="nextcloud-9.0.52"
11+
STABLEVERSION="nextcloud-9.0.53"
1212
# Ubuntu version
1313
DISTRO=$(grep -ic "Ubuntu 16.04.1 LTS" /etc/lsb-release)
1414
# Nextcloud apps

nextcloud_update.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,11 @@ sudo apt-get update -q2
3434
sudo aptitude full-upgrade -y
3535
echo
3636
echo "System is now upgraded, now the script will upgrade Nextcloud."
37-
echo "Which version do you want to upgrade to?"
37+
echo "Which version do you want to upgrade to? Type it like this: 9.0.54"
3838
read NCVERSION
3939

4040
echo "Upgrading to $NCVERSION in 15 seconds... Press CTRL+C to abort."
41-
echo "Disclamer: Tech and Me is not responsible for any dataloss"
41+
echo "Disclamer: Tech and Me or Nextcloud is not responsible for any dataloss"
4242
echo "Data and config files are backed up, but things could go wrong."
4343
sleep 15
4444

0 commit comments

Comments
 (0)