We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd204e7 commit 58fbf37Copy full SHA for 58fbf37
apps/onlyoffice.sh
@@ -76,6 +76,13 @@ then
76
count=$((count+1))
77
fi
78
done
79
+ else
80
+msg_box "You need to run at least Nextcloud 18.0.1 to be able to run OnlyOffice. Please upgrade using the built in script:
81
+
82
+'sudo bash $SCRIPTS/update.sh'
83
84
+You can also buy support directly in our shop: https://shop.hanssonit.se/product/upgrade-between-major-owncloud-nextcloud-versions/"
85
+ exit
86
87
# Check if OnlyOffice is installed using the new method
88
elif version_gt "$CURRENTVERSION" "18.0.0" && ! does_this_docker_exist 'onlyoffice/documentserver'
0 commit comments