Magisk-Modules-Alt-Repo / Malwack

Say goodbye to unwanted digital pests and send malware running with Malwack, your virtual fly swatter for the cyber world. It's like having a bouncer for your device – no entry for malware, bugs, or party crashers! (A Malware, ad and spyware blocker for magisk)
89 stars 4 forks source link

Can't use #4

Closed daniiii5 closed 1 year ago

daniiii5 commented 1 year ago

When I execute malwack --restore-default

Screenshot_20230921-080155

Person0z commented 1 year ago

This is an issue with your Termux, you don't have curl installed. To install it: pkg install curl. Then try the command again.

daniiii5 commented 1 year ago

Screenshot_20230921-080155

This is an issue with your Termux, you don't have curl installed. To install it: pkg install curl. Then try the command again.

Person0z commented 1 year ago

Reinstall the module to restore it then, as this is an error with Temux. It's out of my control. Also, did you install Temux with playstore or fdriod?

daniiii5 commented 1 year ago

I installed it with play store

Person0z commented 1 year ago

I installed it with play store

Install with F driod and that should fix your issue. Issue closed.

daniiii5 commented 1 year ago

Installed through fdroid, now curl doesn't even work even when reinstalling it.

Screenshot_20230923-105036

Person0z commented 1 year ago

Sorry for the delayed response, this is an issue with Termux itself and I have no control over it, sadly. Please reinstall the module to revert it to normal.

now0clock commented 11 months ago

The OP is at the root# command prompt. They can have curl in Termux, but it will not be in their $PATH after typing su. The curl binary would have to be in system path.

You can check what your path is at any command prompt by doing:

echo $PATH

Screenshot_20231026-170917