From eb9901017126de05b8b686162f4ab609ac07b257 Mon Sep 17 00:00:00 2001 From: johnny <107599365+JonnycatMeow@users.noreply.github.com> Date: Wed, 26 Oct 2022 19:43:14 -0700 Subject: [PATCH] Fixed the brew installing your welcome --- Brewfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Brewfile b/Brewfile index 344718b..b85737f 100644 --- a/Brewfile +++ b/Brewfile @@ -1,9 +1,9 @@ -brew 'opus' -brew 'libogg' -brew 'openssl' -brew 'autoconf' -brew 'automake' -brew 'libtool' -brew 'pkg-config' -brew 'cmake@3.16' -brew 'doxygen' +brew install 'opus' +brew install 'libogg' +brew install 'openssl' +brew install 'autoconf' +brew install 'automake' +brew install 'libtool' +brew install 'pkg-config' +brew install 'cmake@3.16' +brew install 'doxygen'