-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
may be incomplete..
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
Some dependencies we know about: | ||
|
||
bash-4: | ||
we nee bash version for: | ||
- declare -A | ||
- ${var,,} | ||
- ${var^^} | ||
|
||
tar-1.26: | ||
we know this version works, we don't know which version does not work | ||
but we need support for (unbroken) --tranform | ||
(we will add exact version at a later time) | ||
|
||
coreutils: | ||
for various small linux tools | ||
- env needs to be available as /usr/bin/env | ||
|
||
wget: | ||
for downloading software | ||
|
||
gzip, bzip2, xz, ..: | ||
to extract source code archives | ||
|
||
tar decides which compress utility to use - so any utility | ||
supported by your tar is also supported by bee (tar xf) | ||
|
||
man: | ||
to read our minimalistic manpages 8) | ||
|
||
to be continued - please let us know if you find additional dependencies. |