Sui icon indicating copy to clipboard operation
Sui copied to clipboard

[question] Improve install steps of rish in termux?

Open Freed-Wu opened this issue 5 months ago • 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!

Freed-Wu avatar Feb 26 '24 14:02 Freed-Wu