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