feat: Add 'file' dependency

This commit is contained in:
Serge Guzik 2019-02-16 17:46:39 +02:00
parent 1c3dadab32
commit bd33a10f07
3 changed files with 3 additions and 1 deletions

View File

@ -27,7 +27,7 @@ $ bash -c "$(curl -fsSL https://raw.githubusercontent.com/guziks/warp4j/master/i
### Manual ### Manual
First install [warp-packer](https://github.com/dgiagio/warp/releases) and ensure other common tools available: `awk`, `curl`, `grep`, `sed`, `sort`, `tar`, `unzip`, optional: `zip`. Then install `warp4j` like this: First install [warp-packer](https://github.com/dgiagio/warp/releases) and ensure other common tools available: `awk`, `curl`, `file`, `grep`, `sed`, `sort`, `tar`, `unzip`, optional: `zip`. Then install `warp4j` like this:
``` ```
$ LOCATION=/usr/local/bin \ $ LOCATION=/usr/local/bin \

View File

@ -76,6 +76,7 @@ function get_missing_deps() {
local deps=( local deps=(
"awk" \ "awk" \
"curl" \ "curl" \
"file" \
"grep" \ "grep" \
"sed" \ "sed" \
"sort" \ "sort" \

1
warp4j
View File

@ -134,6 +134,7 @@ function check_deps() {
local deps=( local deps=(
"awk" \ "awk" \
"curl" \ "curl" \
"file" \
"grep" \ "grep" \
"sed" \ "sed" \
"sort" \ "sort" \