File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88set -e
99
1010# Nextcloud version
11- STABLEVERSION=" nextcloud-9.0.52 "
11+ STABLEVERSION=" nextcloud-9.0.53 "
1212# Ubuntu version
1313DISTRO=$( grep -ic " Ubuntu 16.04.1 LTS" /etc/lsb-release)
1414# Nextcloud apps
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ sudo apt-get update -q2
3434sudo aptitude full-upgrade -y
3535echo
3636echo " 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 "
3838read NCVERSION
3939
4040echo " 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"
4242echo " Data and config files are backed up, but things could go wrong."
4343sleep 15
4444
You can’t perform that action at this time.
0 commit comments