#!/bin/sh # This is a convenient script to test the current Android IIAB implementation # it requires that you install termux, update and get curl, # # pkg update # pkg dist-upgrade -y # pkg install -y curl # # Once finished, you'll need fix the wake-lock and install proot-distro. # PRoot-Distro allows to install multiple OSes, please install Debian # then login, this script helps to get it done. # curl -sL https://si-n.cc/0e51f6 | bash # or # curl -s https://iiab.switnet.org/termux-setup.sh | bash pkg update #pkg upgrade -y #pkg install -y openssh # setup ssh key for remote access, if managed remotely. pkg install -y termux-api && \ termux-wake-lock pkg install -y proot-distro proot-distro install debian proot-distro login debian