mirror of
https://github.com/iiab/iiab.git
synced 2025-02-12 11:12:06 +00:00
Update iiab-install
This commit is contained in:
parent
47243187b4
commit
bbb88a4e3a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ fi
|
|||
# Subroutine compares software version numbers. Generates rare false positives
|
||||
# like "1.0 > 1" and "2.4.0 > 2.4". Avoid risks by structuring conditionals w/
|
||||
# a consistent # of decimal points e.g. "if version_gt w.x.y.z a.b.c.d; then"
|
||||
version_gt () { [ "$(printf '%s\n' "$@" | sort -V | head -1)" != "$1" ]; }
|
||||
version_gt() { [ "$(printf '%s\n' "$@" | sort -V | head -1)" != "$1" ]; }
|
||||
|
||||
# Verify that Raspbian is running a recent enough kernel. As Raspbian
|
||||
# updates on 4.9.41-v7+ broke bridging, WiFi AP & OpenVPN in Oct/Nov 2017.
|
||||
|
|
Loading…
Reference in a new issue