Add simple install script
This commit is contained in:
parent
699d917491
commit
5ca93ce42d
1 changed files with 5 additions and 0 deletions
5
install.sh
Normal file
5
install.sh
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
. ./build_utils
|
||||||
|
packages=(musl mksh bmake gmake llvm libressl cmake curl rsync flex byacc om4 zlib samurai libffi python ca-certificates expat gettext-tiny git kati netbsd-curses kakoune iglunix rust toybox busybox less pci-ids heirloom-doctools)
|
||||||
|
cp_packages /mnt
|
Loading…
Reference in a new issue