Skip to content

Commit 4b3a7e6

Browse files
v.1.0.8
- Fixed basic file setup issue. - Fixed typo.
1 parent c2443da commit 4b3a7e6

4 files changed

Lines changed: 9 additions & 8 deletions

File tree

README.md

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

55
<div align="center">
66
<!-- Version -->
7-
<img src="https://img.shields.io/badge/Version-1.0.-blue.svg?longCache=true&style=flat-square"
7+
<img src="https://img.shields.io/badge/Version-1.0.-blue.svg?longCache=true&style=flat-square"
88
alt="Version" />
99
<!-- Last Updated -->
1010
<img src="https://img.shields.io/badge/Updated-May 22, 2020-orange.svg?longCache=true&style=flat-square"
@@ -182,10 +182,12 @@ Uninstall
182182
Changelog
183183
------
184184

185-
v.1.0.
185+
v.1.0.
186186
- Fix patch applied to adblock app detection.
187187
- Fixed pack download issue via CLI flag. (`ep -p <pack>`)
188+
- Fixed basic file setup issue.
188189
- Beautify the module scripts.
190+
- Fixed typo.
189191

190192
v.1.0.0β
191193
- Added CLI Flag support.

module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
id=energizedprotection
22
name=Energized Protection
3-
version=1.0.
4-
versionCode=200522107
3+
version=1.0.
4+
versionCode=200522108
55
author=AdroitAdorKhan
66
description=Let's make an annoyance free better open internet, altogether! https://energized.pro

system/bin/energized

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -436,10 +436,9 @@ setupFilesMin() {
436436
checkBusybox;
437437
# Check Energized Protection
438438
checkEP;
439-
#echo $epPack;
440439
}
441440
# ----------------------------------------
442-
441+
setupFilesMin;
443442
# ----------------------------------------
444443
# Setup required stuffs for menu
445444
# ----------------------------------------
@@ -1998,7 +1997,7 @@ uninstall(){
19981997
rm -rf '/system/bin/energized' '/system/bin/ENERGIZED' '/data/adb/modules/energizedprotection' '/sbin/.magisk/modules/energizedprotection' '/sdcard/EnergizedProtection' > /dev/null 2>&1;
19991998
clear
20001999
echo -e "$W""\nIt's sad to see you go!""$N"
2001-
echo -e "$W""But ""$N""$Y""https://energized.pro""$N""$W"" is alwyas there for you!""$N"
2000+
echo -e "$W""But ""$N""$Y""https://energized.pro""$N""$W"" is always there for you!""$N"
20022001
echo -e "$W""Reboot once to remove stales.""$N"
20032002
else
20042003
echo -e "$Y""\nGlad you didn't go! Thank you! :)\n""$N"

system/bin/strings.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Website: https://energized.pro
99
Github: https://github.com/EnergizedProtection/block
1010
Copyright (c) 2018-2020, Energized Protection
1111
License: CC-BY-NC-SA 4.0
12-
Version: 1.0.7
12+
Version: 1.0.8
1313
1414
Symlinks: <energized|Energized|ep|EP|epro>
1515
>> Use any of the symlinks to run Energized Protection module.

0 commit comments

Comments
 (0)