From 1a5f2e32228b5e52661cb2268320222cc8e4bf33 Mon Sep 17 00:00:00 2001 From: bryan Date: Sun, 19 Mar 2023 11:49:18 -0400 Subject: [PATCH] Fix grep for depends list --- installJRMC | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index 2ac03e3..c76f440 100755 --- a/installJRMC +++ b/installJRMC @@ -863,7 +863,7 @@ installMCGENERIC() { ar x "$MCDEB" tar xvf "control.tar.xz" echo "You must install the following dependencies manually:" - grep -i control "Depends:" + grep -i "Depends:" control tar xvf "data.tar.xz" pushd data &>/dev/null || return # Add list of files to log for uninstall