-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hyfetch fails to run on Termux due to missing '/usr/bin/env' #286
Comments
Hmm didn't realize that termux doesn't have /usr/bin/env... Maybe a better way to fix this is testing if /usr/bin/env exists, use |
I think I fixed it. Please test it and lmk if it works or doesn't work |
It works now! Thanks for your fix. |
Just saw this issue in the release notes. Here's my two cents as to why.
|
Describe the bug
hyfetch cannot run on termux.
Expected behavior
hyfetch should run normally on termux
Screenshots
Environment
Termux 0.118.0
Android 14
Python 3.11.8
Additional context
I made a simple fix and fixed my problem but haven't tested on other platforms.
The text was updated successfully, but these errors were encountered: