diff options
author | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:24:51 +0200 |
---|---|---|
committer | Suren A. Chilingaryan <csa@suren.me> | 2019-09-02 05:24:51 +0200 |
commit | 61c3f4ad6ad65efd70df609c027d75baacc21120 (patch) | |
tree | fc978c468b91d58b71d7dc62788c703a23bcc516 | |
parent | 5590fa26d1f7478d0cfb998e654fa162bf9bb6e9 (diff) | |
download | gentoo-61c3f4ad6ad65efd70df609c027d75baacc21120.tar.gz gentoo-61c3f4ad6ad65efd70df609c027d75baacc21120.tar.bz2 gentoo-61c3f4ad6ad65efd70df609c027d75baacc21120.tar.xz gentoo-61c3f4ad6ad65efd70df609c027d75baacc21120.zip |
Builder script
-rw-r--r-- | scripts/bootstrap/builder.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/bootstrap/builder.sh b/scripts/bootstrap/builder.sh new file mode 100644 index 0000000..398ef34 --- /dev/null +++ b/scripts/bootstrap/builder.sh @@ -0,0 +1,3 @@ +#! /bin/bash + +emerge --usepkg --buildpkg --keep-going --update --deep --with-bdeps=y --newuse @world |