this is the repo where we keep & make mini scripts for termux to make it easier
Script Like
- App installtion in rootfs
- Fixing some things in Termux based ToolLOA project
- Apply patches to ToolLOA Rootfs
- & Experimental scripts
[]
This code installs code-oss in Termux kali roots
- kali rootfs installed in termux with
- kali-fs as fs directory name
- start-kali.sh as start script..
Just copy paste code below In termux
apt install wget -y
wget -O code-oss-installer.sh https://bit.ly/1X1Code-ossTermux
chmod +x code-oss-installer.sh
./code-oss-installer.sh