From 650123f4269e48a8166fb53a59379b55396e8fce Mon Sep 17 00:00:00 2001 From: Ruben Beltran del Rio Date: Mon, 28 Jun 2021 21:41:39 +0200 Subject: Update readme to be more accurate --- provision | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'provision') diff --git a/provision b/provision index 1580c24..1194ba7 100755 --- a/provision +++ b/provision @@ -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 -- cgit