From 8edd9637c1f5f530cfb62849fa65adc1c2dd4a81 Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 Mar 2023 15:16:08 -0400 Subject: [PATCH] New generic install method --- installJRMC | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/installJRMC b/installJRMC index e67c0cd..38f08e2 100755 --- a/installJRMC +++ b/installJRMC @@ -870,10 +870,10 @@ installMCGENERIC() { tar xvf "control.tar.xz" &>/dev/null echo "You must install the following dependencies manually:" grep -i "Depends:" control - tar xvf "data.tar.xz" &>/dev/null + raw_files=("$(tar xvf data.tar.xz)") # List of files to install - raw_files=("$(find etc/ usr/ -mindepth 1 -type f)") - #debug "raw_files=(${raw_files[*]})" + #raw_files=("$(find etc/ usr/ -mindepth 1 -type f)") + debug "raw_files=(${raw_files[*]})" # Output to log file for f in "${raw_files[@]}"; do echo "/$f"