feat: Add 'file' dependency
This commit is contained in:
parent
1c3dadab32
commit
bd33a10f07
@ -27,7 +27,7 @@ $ bash -c "$(curl -fsSL https://raw.githubusercontent.com/guziks/warp4j/master/i
|
||||
|
||||
### 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 \
|
||||
|
1
install
1
install
@ -76,6 +76,7 @@ function get_missing_deps() {
|
||||
local deps=(
|
||||
"awk" \
|
||||
"curl" \
|
||||
"file" \
|
||||
"grep" \
|
||||
"sed" \
|
||||
"sort" \
|
||||
|
Loading…
x
Reference in New Issue
Block a user