Skip to content

Commit

Permalink
Update 59MAD
Browse files Browse the repository at this point in the history
Attempt at logcat
  • Loading branch information
JabLuszko authored Nov 11, 2023
1 parent 8ac5c8e commit 6d7dbe7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions 59MAD
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/system/bin/sh
#This is for update_mad version
uver="9.0"
uver="9.0.1"
#This is for pingreboot version
pver="2.0"
# mad rom version
madver="0.9.1"
madver="0.9.2"

# Last file created by POGOROM so we don't interfere and run too early
last_pogorom_file="/sdcard/.curlrc"
Expand All @@ -22,6 +22,7 @@ exec >>"$logfile" 2>&1
log() {
line="`date +'[%Y-%m-%dT%H:%M:%S %Z]'` $@"
echo "$line"
/system/bin/log -p v -t "MAD-ATV" "$@"
}

download(){
Expand Down

0 comments on commit 6d7dbe7

Please sign in to comment.