Compare commits

...

1 Commits

Author SHA1 Message Date
Luca Weiss 48a79b69f9 pmb.config: add sudo to list of required programs
sudo is installed by default on nearly all distros so it's not
neccessary to mention in the readme but put it in this list to avoid
nasty surprises.
2020-09-16 21:47:09 +02:00
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ ondev_min_version = "0.2.0"
# Programs that pmbootstrap expects to be available from the host system. Keep
# in sync with README.md, and try to keep the list as small as possible. The
# idea is to run almost everything in Alpine chroots.
required_programs = ["git", "openssl", "ps"]
required_programs = ["git", "openssl", "ps", "sudo"]
# Keys saved in the config file (mostly what we ask in 'pmbootstrap init')
config_keys = ["aports",