Browse Source

README

merge-requests/29/head
Steven Foerster 6 years ago
parent
commit
1b7dd57874
  1. 3
      README.md

3
README.md

@ -147,7 +147,8 @@ In order to install without interaction some environment variables need to be pr
## Environment Variables ## Environment Variables
See the environment variables needed in `./scripts/noninteractive/.install_barebones` See the environment variables needed in `./scripts/noninteractive/.install_barebones`
## Install ## Example Noninteractive Install
This will perform a noninteractive install with the default environment variables set in `.install_barebones`.
``` ```
git clone https://gitlab.com/cyber5k/mistborn.git git clone https://gitlab.com/cyber5k/mistborn.git
sudo bash -c "source ./mistborn/scripts/noninteractive/.install_barebones && ./mistborn/scripts/install.sh" sudo bash -c "source ./mistborn/scripts/noninteractive/.install_barebones && ./mistborn/scripts/install.sh"

Loading…
Cancel
Save