diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 09:15:39 +0000 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2022-04-15 09:15:39 +0000 |
| commit | cb36b00f62edd19bda2c41011d6c72b2e235e653 (patch) | |
| tree | f068d0a99bf4edeb2b74efac7a9cf04f77f3c853 /provision | |
| parent | 14a899db10b88c5e4800e34dc208a0ce3b624dcd (diff) | |
Update provisioning
Diffstat (limited to 'provision')
| -rwxr-xr-x | provision | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash if [[ -z "$1" ]]; then echo "Run with parameters: essential, nice, cask_essential, or cask_nice" |