Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/nextcloudpi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ncp-suggestions')
-rw-r--r--bin/ncp-suggestions2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ncp-suggestions b/bin/ncp-suggestions
index 52fd62d2..77559732 100644
--- a/bin/ncp-suggestions
+++ b/bin/ncp-suggestions
@@ -16,7 +16,7 @@ OUT="$@"
DNSMASQ_ON="$( grep "^ACTIVE_=" /usr/local/etc/ncp-config.d/dnsmasq.sh | cut -d'=' -f2 )"
-grep -q "distribution|.*bian GNU/Linux 9" <<<"$OUT" || \
+grep -q "distribution|.*bian GNU/Linux 9,*" <<<"$OUT" || \
echo -e "You are using an unsupported distro release. Please upgrade to latest Debian/Raspbian"
[[ $DNSMASQ_ON != "yes" ]] && \