Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions customize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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!'
Expand Down
2 changes: 1 addition & 1 deletion module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=SystemlessDebloater
name=Systemless Debloater (REPLACE)
version=1.4.8
version=1.4.9
versionCode=148
author=zgfg @ xda

Expand Down