mirror of
https://github.com/blakeblackshear/frigate.git
synced 2025-12-23 21:48:13 -05:00
Chore/update yq to 4.48.2 (#20967)
* chore: update yq from 4.33.3 to 4.48.2 * fix: update yq v4 syntax for Frigate config upload command --------- Co-authored-by: Jakub Sojka <jakub.sojka@mallgroup.com>
This commit is contained in:
@@ -145,6 +145,6 @@ rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# Install yq, for frigate-prepare and go2rtc echo source
|
||||
curl -fsSL \
|
||||
"https://github.com/mikefarah/yq/releases/download/v4.33.3/yq_linux_$(dpkg --print-architecture)" \
|
||||
"https://github.com/mikefarah/yq/releases/download/v4.48.2/yq_linux_$(dpkg --print-architecture)" \
|
||||
--output /usr/local/bin/yq
|
||||
chmod +x /usr/local/bin/yq
|
||||
|
||||
Reference in New Issue
Block a user