Files
termux-packages/packages/lowdown
termux-pacman-bot dcaf72306b tree-wide: unify termux_download_ubuntu_packages()
- See https://github.com/termux/termux-packages/pull/27664#discussion_r2629631209

- New global function `termux_download_ubuntu_packages()`
  - Replaces all per-package instances of `_install_ubuntu_packages()` and `obtain_deb_url()`
  - Arguments:
    - Comma-separated list of Ubuntu packages to download and extract (required)
    - Directory path to extract the packages into (optional)
    - Architecture of the remote repository from which to download the packages (optional)
    - Base URL of the remote repository from which to download the packages (optional)

%ci:no-build
2025-12-22 01:34:33 +00:00
..