Sui
Sui copied to clipboard
[question] Improve install steps of rish in termux?
Currently, the steps to use rish in termux is:
- export
rish
anddex
files to a path such as/sdcard/rish
- Open termux
- run
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!