adb connect *******
adb install Termux.apk
pkg upgrade
pkg install openssh
sshd
#pkill sshd
passwd
ssh -p 8022 root@*.*.*.*
pkg install tsu -y
pkg install proot -y
pkg install wget -y
export LD_PRELOAD=${PREFIX}/lib/libtermux-exec.so
#arch
wget http://106.184.5.43/setupTermuxArch.sh
chmod 700 setupTermuxArch.sh
termux-fix-shebang setupTermuxArch.sh
./setupTermuxArch.sh
#fedora
wget http://106.184.5.43/termux-fedora.sh
chmod 700 termux-fedora.sh
termux-fix-shebang termux-fedora.sh
./termux-fedora.sh f29_arm64
startfedora
#dnf update
#ubuntu
wget http://106.184.5.43/ubuntu.sh
chmod 700 ubuntu.sh
termux-fix-shebang ubuntu.sh
./ubuntu.sh
dnf install wget -y
wget http://106.184.5.43/emby-server-rpm_4.0.2.0_aarch64.rpm
dnf install -y ./emby-server-rpm_4.0.2.0_aarch64.rpm
dnf install -y http://106.184.5.43/emby-server-rpm_4.0.2.0_aarch64.rpm
https://wiki.termux.com/wiki/Remote_Access#SSH