mirror of
https://github.com/nextcloud/vm.git
synced 2025-10-26 11:27:32 +00:00
indendent better
This commit is contained in:
parent
7a278b8442
commit
44abcc1a06
@ -38,15 +38,15 @@ echo "System is now upgraded, now the script will upgrade Nextcloud."
|
||||
echo "Which version do you want to upgrade to? Type it like this: 10.0.1"
|
||||
read NCVERSION
|
||||
wget -q --spider $DOWNLOADREPO/nextcloud-$NCVERSION.tar.bz2
|
||||
if [ $? -eq 0 ]; then
|
||||
echo -e "\e[32m$NCVERSION exists!\e[0m"
|
||||
else
|
||||
echo
|
||||
echo "$NCVERSION doesn't exist. Please check available versions here:"
|
||||
echo "$DOWNLOADREPO"
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
if [ $? -eq 0 ]; then
|
||||
echo -e "\e[32m$NCVERSION exists!\e[0m"
|
||||
else
|
||||
echo
|
||||
echo "$NCVERSION doesn't exist. Please check available versions here:"
|
||||
echo "$DOWNLOADREPO"
|
||||
echo
|
||||
exit 1
|
||||
fi
|
||||
echo "Upgrading to $NCVERSION in 15 seconds... Press CTRL+C to abort."
|
||||
echo "Disclamer: Tech and Me or Nextcloud are not responsible for any dataloss."
|
||||
echo "Config files are backed up to $BACKUP and $NCDATA aren't removed, but things could go wrong."
|
||||
|
||||
Loading…
Reference in New Issue
Block a user