Skip to content

Commit 9a1cb9d

Browse files
committed
Unified 3.9.36
Changelog: - Updated hosts to 3.9.36 Signed-off-by: Gloeyisk <[email protected]>
1 parent 90f0408 commit 9a1cb9d

File tree

4 files changed

+93740
-94641
lines changed

4 files changed

+93740
-94641
lines changed

README.md

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,24 @@
11
# Systemless Hosts
22

3+
---
34
## Overview:
4-
- Consolidating and extending hosts files from several well-curated sources.
5-
- Patching process is handled by a command script, which detects default hosts file location.
6-
- Support Magisk Live or Custom Recovery installations.
5+
- An efficient ad blocker, with no user interface
6+
- Support Magisk Live or Custom Recovery installations
77

8-
## Contents:
9-
- Base extensions
10-
hosts: 3.8.10 (0827)
11-
code: 169
8+
---
9+
## Change Log:
10+
- 17.0-220116
11+
- hosts: 3.9.36 (0112)
12+
- code: 170
1213

14+
---
1315
## Credits:
1416
- [@topjohnwu](https://github.com/topjohnwu) / Magisk - Magisk Module Template
15-
- [@StevenBlack](https://github.com/StevenBlack) / Hosts
17+
- [@StevenBlack](https://github.com/StevenBlack) / Base hosts sources
1618
- [@JumbomanXDA](https://github.com/JumbomanXDA) / Custom installation script
1719

20+
---
1821
## Extras:
19-
- Donation: [PayPal](https://paypal.me/gloeyisk) - [LiberaPay](https://liberapay.com/gloeyisk)
22+
- Donations: [PayPal](https://paypal.me/gloeyisk) - [LiberaPay](https://liberapay.com/gloeyisk)
2023
- Mirror Links: [Telegram](https://t.me/gldppc) - [Index](https://kutt.it/Wt3rr4)
2124
- Source Code: [GitHub](https://github.com/gloeyisk/systemless-hosts)

customize.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
#
44
# Systemless Hosts by the
5-
# open source loving 'GL-DP' and all contributors;
5+
# open source loving GL-DP and all contributors;
66
# Consolidating and extending hosts files from several well-curated sources
77
#
88

@@ -17,9 +17,9 @@ fi
1717
# Patch default hosts file
1818
PATH=/system/etc
1919
ui_print "- Patching hosts file"
20-
mkdir -p $MODPATH$PATH
21-
mv -f $MODPATH/hosts $MODPATH$PATH
20+
mkdir -p $MODPATH$PATH
21+
mv -f $MODPATH/hosts $MODPATH$PATH
2222

2323
# Clean up
24-
rm -rf $MODPATH/hosts
25-
rm -rf $MODPATH/LICENSE
24+
rm -rf $MODPATH/hosts
25+
rm -rf $MODPATH/LICENSE

0 commit comments

Comments
 (0)