From 284ea94f82f9d9e3e22b1fadd884d07b6b9dd448 Mon Sep 17 00:00:00 2001 From: "Christopher A. Williamson" Date: Tue, 19 Apr 2022 04:48:20 +0100 Subject: [PATCH] Allow single word comments to be added to debloat list and be ignored by script --- customize.sh | 3 +++ module.prop | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/customize.sh b/customize.sh index be79756..571f4a0 100644 --- a/customize.sh +++ b/customize.sh @@ -88,6 +88,9 @@ if [ -f $DebloatListFile ] then # Source the input file . $DebloatListFile + + # Strip out one word comments (allows easier grouping) + DebloatList=$(echo $DebloatList | tr ' ' '\n' | grep -v '#' | xargs echo) else # Log error LogLine='Input file not found, creating a template file!' diff --git a/module.prop b/module.prop index 26d53db..b94af6e 100644 --- a/module.prop +++ b/module.prop @@ -1,6 +1,6 @@ id=SystemlessDebloater name=Systemless Debloater (REPLACE) -version=1.4.8 +version=1.4.9 versionCode=148 author=zgfg @ xda