-
Notifications
You must be signed in to change notification settings - Fork 1
apt
Daniel Hiepler edited this page Aug 31, 2023
·
15 revisions
/bootstrap-plugins/apt - run apt commands
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 |
none
RPI_BOOTSTRAP_PLUGINS+=("apt")
to append the plugin or RPI_BOOTSTRAP_PLUGINS=( ... "apt" ... )
to place at some position in the current list.
RPI_APT_CMDS=( "update" "full-upgrade" "autoremove" )
TODO