mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
[provisioning] clean up recipes
This commit is contained in:
parent
4c8fca645b
commit
565dc527cc
2 changed files with 2 additions and 0 deletions
|
@ -1,4 +1,5 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set +e
|
||||||
|
|
||||||
_recipe nvm
|
_recipe nvm
|
||||||
_npm elm-oracle
|
_npm elm-oracle
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
set +e
|
||||||
|
|
||||||
_brew haskell-stack
|
_brew haskell-stack
|
||||||
|
|
Loading…
Reference in a new issue