From 7c8a324306c7a97911e01fa4bb609d40015f0ccf Mon Sep 17 00:00:00 2001 From: bryan Date: Tue, 21 Mar 2023 14:27:35 -0400 Subject: [PATCH] New generic install method --- installJRMC | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/installJRMC b/installJRMC index af381db..bbd2936 100755 --- a/installJRMC +++ b/installJRMC @@ -871,10 +871,11 @@ installMCGENERIC() { grep -i "Depends:" control tar xvf "data.tar.xz" &>/dev/null # List of files to install - raw_files=("$(find etc/ usr/ -mindepth 1 -type f)") + #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" echo "/$f" >> "$SCRIPTDIR/.uninstall" done # Manually install files