Skip to content
Daniel Hiepler edited this page Aug 31, 2023 · 15 revisions

/bootstrap-plugins/apt - run apt commands

Config parameters

Name Description Default Value
RPI_APT_CMDS array of apt commands to execute
RPI_APT_INTERACTIVE run in interactive mode false
RPI_APT_ON login=run on login, boot=run on boot login

Distfiles

none

Examples

RPI_BOOTSTRAP_PLUGINS+=("apt") to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "apt" ... ) to place at some position in the current list.

update, upgrade and autoremove

RPI_APT_CMDS=( "update" "full-upgrade" "autoremove" )

Tests

TODO

Clone this wiki locally