From e84494395dbfa4949ec54d55d6b39bd8a1949f3e Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 9 Nov 2023 14:33:01 -0800 Subject: [PATCH] Make install script executable Without it being executable the install instructions fail. `sudo: ./util/install_macos.sh: command not found` --- util/install_macos.sh | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 util/install_macos.sh diff --git a/util/install_macos.sh b/util/install_macos.sh old mode 100644 new mode 100755