diff options
-rwxr-xr-x | docs/installation.md | 4 | ||||
-rw-r--r-- | packages.txt | 7 |
2 files changed, 9 insertions, 2 deletions
diff --git a/docs/installation.md b/docs/installation.md index 708de953..bc3b7113 100755 --- a/docs/installation.md +++ b/docs/installation.md @@ -15,10 +15,10 @@ yum -y install https://www.softwarecollections.org/en/scls/rhscl/python33/epel-7 ## System packages -There are a number of packages that must be installed using `yum`. These can be installed like so: +There are a number of packages that must be installed using `yum`. These packages are listed in packages.txt and can be installed like so: ```bash -yum -y --exclude=python33-mod_wsgi* install python33-* pciutils +yum -y --exclude=python33-mod_wsgi* install $(cat packages.txt) ``` --- diff --git a/packages.txt b/packages.txt index f919fb6f..fb641fd3 100644 --- a/packages.txt +++ b/packages.txt @@ -1 +1,8 @@ +python33-* pciutils +gcc +zlib +zlib-devel +glib2-devel +pixman-devel +socat |