Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Merge pull request #9 from LittleDipshit/master
Browse files Browse the repository at this point in the history
4.2.2
  • Loading branch information
syspwda authored Jan 16, 2024
2 parents f308a5a + cb2a712 commit 07ece46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
id=mmrl_install_tools
name=MMRL Install Tools
version=4.2.1
versionCode=421
version=4.2.2
versionCode=422
author=Der_Googler
description=Required module if you want to install modules from Explore
minApi=26
2 changes: 1 addition & 1 deletion system/etc/mmrl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ SCOPE="mmrlini_v4"

CURL=$(getconf "persist.$SCOPE.curl" "$MODULES/mmrl_install_tools/system/usr/share/mmrl/bin/curl")
ZIP=$(getconf "persist.$SCOPE.zip" "$MODULES/mmrl_install_tools/system/usr/share/mmrl/bin/zip")
UNZIP=$(getconf "persist.$SCOPE.unzip" "$MODULES/mmrl_install_tools/system/bin/unzip")
UNZIP=$(getconf "persist.$SCOPE.unzip" "/system/bin/unzip")

EXTRA_CURL_ARGS=$(getconf "persist.$SCOPE.curl.args" " -L")
EXTRA_ZIP_ARGS=$(getconf "persist.$SCOPE.zip.args" " -r")
Expand Down

0 comments on commit 07ece46

Please sign in to comment.