Skip to content

Commit

Permalink
v.1.2.1
Browse files Browse the repository at this point in the history
- Added missing awk alias.
  • Loading branch information
AdroitAdorKhan committed May 23, 2020
1 parent 7f99946 commit de23af7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<div align="center">
<!-- Version -->
<img src="https://img.shields.io/badge/Version-1.2.-blue.svg?longCache=true&style=flat-square"
<img src="https://img.shields.io/badge/Version-1.2.-blue.svg?longCache=true&style=flat-square"
alt="Version" />
<!-- Last Updated -->
<img src="https://img.shields.io/badge/Updated-May 23, 2020-orange.svg?longCache=true&style=flat-square"
Expand Down Expand Up @@ -184,6 +184,9 @@ Uninstall
Changelog
------

v.1.2.1β
- Added missing awk alias.

v.1.2.0β
- No more separate busybox required. Magisk Busybox will be used by default.
- Updated Magisk Template to v20.0+. No more support for Magisk <v20.0.
Expand Down
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=energizedprotection
name=Energized Protection
version=1.2.
versionCode=200523120
version=1.2.
versionCode=200523121
author=AdroitAdorKhan
description=Let's make an annoyance free better open internet, altogether! https://energized.pro
3 changes: 2 additions & 1 deletion system/bin/energized
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ modPath="/sbin/.magisk/modules/energizedprotection/system/bin"
. $modPath/mainMenu.sh
. $modPath/strings.sh
alias wget="$busybox wget"
alias awk="$busybox awk"
# ----------------------------------------
# Config
# ----------------------------------------
Expand Down Expand Up @@ -94,7 +95,7 @@ currentIP=$(grep -o -m 1 '[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}\.[0-9]\{1,3\}
# ----------------------------------------
# Versioning & Date
# ----------------------------------------
version=$Y'1.2.'$N > /dev/null 2>&1
version=$Y'1.2.'$N > /dev/null 2>&1
releaseDate=$G'May 23, 2020'$N > /dev/null 2>&1
date=$(date "+%d.%m.%Y %H:%M:%S")
# ----------------------------------------
Expand Down
1 change: 1 addition & 0 deletions system/bin/setupFiles.sh
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ checkBusybox() {
fi
}
# ----------------------------------------
alias awk="$busybox awk"
alias date="$busybox date"
alias echo="$busybox echo"
alias cat="$busybox cat"
Expand Down

0 comments on commit de23af7

Please sign in to comment.