- This script automates process of downloading apk file using shell script.
- macOS/ Android device with working internet connection.
Open macOS Terminal/ Android Termux & run script with following command:
curl -L --progress-bar -o "$HOME/.apkdl.sh" https://raw.githubusercontent.com/arghya339/apkdl/main/bash/apkdl.sh && bash "$HOME/.apkdl.sh"Run apkdl with these commands in Terminal/ Termux:
apkdl
Note
This script was tested on an arm64-v8a device running Android 14 with Termux v0.118.3 with bash v5.2.37(1).
Note
This script was tested on an Intel Mac running macOS Sonoma (14) with Terminal v2.14(453) with bash v5.3.3(1).
