Skip to content

Commit

Permalink
partially fix #1257
Browse files Browse the repository at this point in the history
  • Loading branch information
enoch85 authored May 22, 2020
1 parent b8a4b96 commit a81be89
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion apps/talk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,13 @@ debug_mode
root_check

# Must be 20.04
check_distro_version
if ! version 20.04 "$DISTRO" 20.04.6
then
msg_box "Your current Ubuntu version is $DISTRO but must be between 20.04 - 20.04.6 to install Talk"
msg_box "Please contact us to get support for upgrading your server:
https://www.hanssonit.se/#contact
https://shop.hanssonit.se/"
fi

# Nextcloud 13 is required.
lowest_compatible_nc 13
Expand Down

0 comments on commit a81be89

Please sign in to comment.