From d72b3c100fe3afb66ce54b5f1603bf63e8483b76 Mon Sep 17 00:00:00 2001 From: xXJSONDeruloXx Date: Sat, 8 Feb 2025 21:56:11 -0500 Subject: fix: add uninstaller script to binaries, fix prep script comment out unused processes --- defaults/assets/prepare.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'defaults/assets/prepare.sh') diff --git a/defaults/assets/prepare.sh b/defaults/assets/prepare.sh index e09abee..65f92e1 100755 --- a/defaults/assets/prepare.sh +++ b/defaults/assets/prepare.sh @@ -19,12 +19,12 @@ cd "$mod_path" || exit 1 # Copy all files from bin directory into the current directory cp "$bin_path"/* . -# Unzip assets.zip so that all files are in the modpath root, then remove the zip file -unzip -j -o assets.zip && rm assets.zip +# # Unzip assets.zip so that all files are in the modpath root, then remove the zip file +# unzip -j -o assets.zip && rm assets.zip # Copy fgmod.sh and fgmod-uninstaller.sh from defaults/assets -cp "$assets_path/fgmod.sh" "$mod_path/fgmod" || exit 1 -cp "$assets_path/fgmod-uninstaller.sh" "$mod_path" || exit 1 +# cp "$assets_path/fgmod.sh" "$mod_path/fgmod" || exit 1 +# cp "$assets_path/fgmod-uninstaller.sh" "$mod_path" || exit 1 # Update paths in scripts sed -i 's|mod_path="/usr/share/fgmod"|mod_path="'"$mod_path"'"|g' fgmod -- cgit v1.2.3