diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-04-22 18:26:18 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-04-22 18:26:18 -0400 |
| commit | 73692b5ba9f28b75e226152044b18409a7df7685 (patch) | |
| tree | 06e8dbb42994ee65c8c815de3c23e5d2a910716d /scripts/build.sh | |
| parent | b3810b12552a937dcb6486ccf775a0bd9094db23 (diff) | |
| download | min-73692b5ba9f28b75e226152044b18409a7df7685.tar.gz min-73692b5ba9f28b75e226152044b18409a7df7685.tar.xz | |
Addex XZ as well as sources and a working "tar" for the system.
( I need to rename it to cpio )
Diffstat (limited to 'scripts/build.sh')
| -rw-r--r-- | scripts/build.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/build.sh b/scripts/build.sh index c5b47bd..604af31 100644 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -8,11 +8,12 @@ $shell scripts/ncurses.sh $shell scripts/vim.sh $shell scripts/busybox.sh $shell scripts/tree.sh +$shell scripts/pv.sh $shell scripts/zlib.sh $shell scripts/libressl.sh $shell scripts/openssh.sh $shell scripts/nginx.sh -$shell scripts/libarchive.sh.sh +$shell scripts/libarchive.sh $shell scripts/runit.sh $shell scripts/conf.sh $shell scripts/tar-pfx.sh |
