File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33
44# macOS Security Updates (macSU)
55# shell script: macsu.zsh / LaunchAgent: local.lcars.macOSSecurityUpdates
6- # v2.1.0
6+ # v2.1.1
77# Copyright (c) 2018–20 Joss Brown (pseud.)
88# license: MIT+
99# info: https://github.com/JayBrown/macOS-Security-Updates
1010# thanks to Howard Oakley: https://eclecticlight.co / https://github.com/hoakleyelc/updates
1111
1212export LANG=en_US.UTF-8
1313
14- macsuv=" 2.1.0 "
14+ macsuv=" 2.1.1 "
1515macsumv=" 2"
1616scrname=$( basename " $0 " )
1717process=" macOS Security"
@@ -243,7 +243,7 @@ if ! [[ -f "$cachedir/efiv.txt" ]] ; then
243243 echo -n "$efiv" > "$cachedir/efiv.txt"
244244fi
245245if ! [[ -f "$cachedir/ibridgev.txt" ]] ; then
246- ibridgev=$(echo "$hwdata" | awk -F"[()]" ' {print $2 }' | awk -F"iBridge: " ' {print $2 }' )
246+ ibridgev=$(echo "$hwdata" | awk -F"[()]" ' {print $2 }' | awk -F"iBridge: " ' {print $2 }' | awk -F, ' {print $1 } ' )
247247 ! [[ $ibridgev ]] && ibridgev="n/a"
248248 echo "Saving current iBridge version: $ibridgev"
249249 echo -n "$ibridgev" > "$cachedir/ibridgev.txt"
You can’t perform that action at this time.
0 commit comments