From bc4c8f72d091a4f5dc4154e1fe2a39baa1e9df4b Mon Sep 17 00:00:00 2001 From: Logan Cusano Date: Sun, 21 Apr 2024 01:14:40 -0400 Subject: [PATCH] #10 Update makefile - Working on issue running OP25 install script --- client/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/Makefile b/client/Makefile index 929b917..91d1a34 100644 --- a/client/Makefile +++ b/client/Makefile @@ -102,7 +102,7 @@ install_op25: # Move the startup script to the apps dir mv $(OP25_DIR)/op25-multi_rx.sh $(OP25_DIR)/op25/gr-op25_repeater/apps/ # Install OP25 using the provided installation script - $(OP25_DIR)/install.sh + bash $(OP25_DIR)/install.sh set_permissions: # Setting permissions on the directories created