RikkaApps / Sui

Modern super user interface implementation on Android.
GNU General Public License v3.0
2.39k stars 129 forks source link

[question] Improve install steps of rish in termux? #79

Open Freed-Wu opened 4 months ago

Freed-Wu commented 4 months ago

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 commented 4 months ago

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