diff options
| author | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-28 21:41:39 +0200 |
|---|---|---|
| committer | Ruben Beltran del Rio <ruben@unlimited.pizza> | 2021-06-28 21:41:39 +0200 |
| commit | 650123f4269e48a8166fb53a59379b55396e8fce (patch) | |
| tree | 271640839cd479ae3a92e443e9ab4b1110ed502c /provision | |
| parent | 0fb584cff43a80a74d34848518456b427b538575 (diff) | |
Update readme to be more accurate
Diffstat (limited to 'provision')
| -rwxr-xr-x | provision | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ else command_name="brew" else if command -v apt &> /dev/null; then - command_name="brew" + command_name="apt" else echo "Error: No valid package manager. Make sure brew or apt are available." exit 1 |