We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the steps to use rish in termux is:
rish
dex
/sdcard/rish
cp /sdcard/rish/* $PREFIX/usr/bin chmod +x $PREFIX/usr/bin/rish sed -i 's/PKG/com.termux/' $PREFIX/usr/bin/rish
Is it possible to build and package rish to https://github.com/termux/termux-packages, then user can
apt install rish
to simplify the above steps?
Just my 2c about improving user experience. TIA!
The text was updated successfully, but these errors were encountered:
Sorry, this question should be asked in another repo https://github.com/RikkaApps/Shizuku-API/tree/master/rish. 😢 Disturb your time to transfer issue!
Sorry, something went wrong.
No branches or pull requests
Currently, the steps to use rish in termux is:
rish
anddex
files to a path such as/sdcard/rish
Is it possible to build and package
rish
to https://github.com/termux/termux-packages, then user canto simplify the above steps?
Just my 2c about improving user experience. TIA!
The text was updated successfully, but these errors were encountered: