1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

scripts/local_facts.fact: Guidance for OS/distro support #2891

This commit is contained in:
A Holt 2021-07-31 11:05:48 -04:00 committed by GitHub
parent 610f429127
commit eabd521200
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -77,7 +77,7 @@ case $OS_VER in
"raspbian-10" | \
"raspbian-11")
;;
*) OS_VER="OS_not_supported"
*) OS_VER="OS Not Supported -- Plz Read: https://github.com/iiab/iiab/wiki/IIAB-Platforms"
;;
esac