From 1565d096b48e68a45031855608438c923a730d76 Mon Sep 17 00:00:00 2001 From: A Holt Date: Thu, 25 Feb 2021 19:22:38 -0500 Subject: [PATCH] scripts/ansible doc tweak --- scripts/ansible | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ansible b/scripts/ansible index 1c3cf8ba9..2bdff1050 100755 --- a/scripts/ansible +++ b/scripts/ansible @@ -74,7 +74,7 @@ echo -e "(Internet-in-a-Box requests ansible-base $GOOD_VER or higher)\n" # Code above designed to work on all Linux distributions, to preserve options, # in support of any volunteer(s) wanting to port IIAB to a new Linux/distro. -if [ ! -f /etc/debian_version ]; then # e.g. Raspbian, Ubuntu, Mint & Debian +if [ ! -f /etc/debian_version ]; then # e.g. RaspiOS, Ubuntu, Mint & Debian echo -e "\nEXITING: /etc/debian_version FILE NOT FOUND. Linux OS support info here:" echo -e " https://github.com/iiab/iiab/wiki/IIAB-Platforms\n" exit 1