Created
August 18, 2020 20:34
-
-
Save vastus/47a6214140e1ff49263972450f7d579d to your computer and use it in GitHub Desktop.
Common provisioning
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set -euxo pipefail | |
PROVIS_PATH="$HOME/provis" | |
git clone https://github.com/vastus/provis.git ${PROVIS_PATH} | |
make -C ${PROVIS_PATH} common |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment