Skip to content

Is it possible to build a bootstrap ZIP with a custom package list? #11770

Closed Locked Answered by truboxl
shrihankp asked this question in Q&A
Discussion options

You must be logged in to vote

# Package manager.
if ! ${BOOTSTRAP_ANDROID10_COMPATIBLE}; then
pull_package ${TERMUX_PACKAGE_MANAGER}
fi
# Core utilities.
pull_package bash
pull_package bzip2
if ! ${BOOTSTRAP_ANDROID10_COMPATIBLE}; then
pull_package command-not-found
else
pull_package proot
fi
pull_package coreutils
pull_package curl
pull_package dash
pull_package diffutils
pull_package findutils
pull_package gawk
pull_package grep
pull_package gzip
pull_package less
pull_package procps
pull_package psmisc
pull_pack…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@shrihankp
Comment options

@truboxl
Comment options

@shrihankp
Comment options

Answer selected by truboxl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants