-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDEPENDENCIES
More file actions
30 lines (22 loc) · 716 Bytes
/
DEPENDENCIES
File metadata and controls
30 lines (22 loc) · 716 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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.