Skip to content

Commit

Permalink
source + test
Browse files Browse the repository at this point in the history
  • Loading branch information
offici5l committed Oct 16, 2024
1 parent c1034c1 commit d804f1d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/.install
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ check_package() {
check_package "pycryptodomex" "pip install pycryptodomex --index-url https://offici5l.github.io/archives/plib/"
check_package "requests" "pip install requests"

curl -s "https://raw.githubusercontent.com/offici5l/MiBypassTool/main/test/MiBypassTool.py" -o "$PREFIX/bin/mibypass" && chmod +x "$PREFIX/bin/tmibypass"
curl -s "https://raw.githubusercontent.com/offici5l/MiBypassTool/main/test/MiBypassTool.py" -o "$PREFIX/bin/tmibypass" && chmod +x "$PREFIX/bin/tmibypass"

_progress

Expand Down
5 changes: 4 additions & 1 deletion test/MiBypassTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,4 +155,7 @@ def CheckD(cmd):
for key, value in data.items():
print(f"\n{key}: {value}")
else:
print(data)
print(data)


systemp == "o" and input("\nPress Enter to exit ...")

0 comments on commit d804f1d

Please sign in to comment.