Add tail as a dependency

This commit is contained in:
Nicholas Chambers 2020-07-05 23:27:31 -05:00
parent 9210a76291
commit 1d53988c9e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ has() {
fi
}
for prog in curl; do
for prog in curl tail; do
if ! has "$prog"; then
printf "please install %s\n" "$prog" >&2
exit 1