RikkaApps/Sui

[question] Improve install steps of rish in termux?

Opened this issue · 1 comments

Currently, the steps to use rish in termux is:

  1. export rish and dex files to a path such as /sdcard/rish
  2. Open termux
  3. 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!

Sorry, this question should be asked in another repo https://github.com/RikkaApps/Shizuku-API/tree/master/rish. 😢 Disturb your time to transfer issue!