Skip to content

Commit

Permalink
Add README
Browse files Browse the repository at this point in the history
  • Loading branch information
psamim committed Nov 2, 2019
1 parent 2c95318 commit c306ab7
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Debloat Galaxy S10+

## Remove bloatware
See list of packages to remove in `remove.sh` then run it to remove the
bloatware. You need to be connected to phone via `adb`.

## Reinstall
If you want to reinstall the removed packages run this.
```sh
./generateWhatRemoved.sh && ./reinstall.sh && ./remove.sh
```

0 comments on commit c306ab7

Please sign in to comment.