diff options
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 |