diff --git a/README.md b/README.md index de3554f3..f3d1b08a 100644 --- a/README.md +++ b/README.md @@ -46,6 +46,8 @@ Issues are being tracked * Python 3.6+ * OpenSSL * git +* ps +* tar ## Usage Examples Please refer to the [postmarketOS wiki](https://wiki.postmarketos.org) for diff --git a/pmb/config/__init__.py b/pmb/config/__init__.py index 11b9b341..4ca32f6e 100644 --- a/pmb/config/__init__.py +++ b/pmb/config/__init__.py @@ -51,7 +51,12 @@ 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", + "tar", +] sudo = which_sudo() # Keys saved in the config file (mostly what we ask in 'pmbootstrap init')