Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
DerGoogler committed Nov 11, 2023
1 parent 26a06ca commit be76b4e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 100 deletions.
99 changes: 0 additions & 99 deletions .github/workflows/mmrl-debug.yml

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Introducing Magisk Module Repo Loader (MMRL) - the ultimate module manager for M

```shell
function getconf {
/system/bin/getprop "$1" "$2" | sed 's/"//g'
/system/bin/getprop "$1" "$2" | sed 's/^"\(.*\)"$/\1/'
}
```

Expand Down

0 comments on commit be76b4e

Please sign in to comment.