code-rgb / termux-apk-installer

Script to easily download and install application via Termux. (root / non-root)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Termux-Apk-Installer

Script to easily download and install application via Termux. (root / non-root)

Requirements

  • Install required pakages by:
termux-setup-storage && pkg update -y && pkg upgrade -y && pkg install -y git python

Run the script

Root

  • Grant root permissions and enter root by su and paste the below command in terminal
file_path="/data/data/com.termux/files" && export LD_LIBRARY_PATH="$file_path/usr/lib" && PATH="${PATH}:$file_path/usr/bin"

bash <(curl -s https://del.dog/raw/apk_installer)

About

Script to easily download and install application via Termux. (root / non-root)

License:MIT License


Languages

Language:Python 58.1%Language:Shell 41.9%