X-Git-Url: https://git.r.bdr.sh/rbdr/dotfiles/blobdiff_plain/1c7e8bca4123c4e984518b23b3b5a545f5f1662e..e4963fae03c4d4403fcca3157bebf5e47ef2010f:/provision diff --git a/provision b/provision index 1580c24..60a5201 100755 --- a/provision +++ b/provision @@ -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" @@ -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