Bootstrap tla tooling
This commit is contained in:
parent
524b1cbcad
commit
13547ac967
1 changed files with 8 additions and 0 deletions
|
@ -25,5 +25,13 @@ if ! [ -a config ]; then
|
|||
cd config
|
||||
fi
|
||||
|
||||
mkdir -p ~/Code/vendor
|
||||
cd ~/Code/vendor
|
||||
|
||||
if ! [ -a tla-bin ]; then
|
||||
git clone https://github.com/pmer/tla-bin.git
|
||||
fi
|
||||
cd tla-bin
|
||||
./download_or_update_tla.sh
|
||||
sudo ./install.sh /usr/local
|
||||
|
||||
|
|
Loading…
Reference in a new issue