Skip to content

Commit 711cd5d

Browse files
authored
Update config.py
1 parent d3320ab commit 711cd5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/miunlock/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def config_termux():
7373
subprocess.run(['termux-reload-settings'], check=False)
7474

7575
result = subprocess.run(
76-
["cmd", "package", "list", "packages", "com.termux.api"],
76+
["cmd", "package", "list", "packages", "--user", "0", "com.termux.api"],
7777
capture_output=True,
7878
text=True
7979
)

0 commit comments

Comments
 (0)