This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env bash | |
# v1.2 / 2021-05-29 / Jan Schumacher / [email protected] | |
# https://jschumacher.info/2021/03/up-to-date-filebeat-for-32bit-raspbian-armhf/ | |
# | |
# v1.2: shellcheck'd, fixing variable double quoting. Using "awk 'FNR <= 1'" instead of "head -n 1" to avoid PIPEFAIL and 141 error. | |
# v1.1: Removing realtive paths, fixing dpkg-deb repackage method, updating help text, typos. | |
set -Eeuo pipefail | |
#set -Eeu |