lint archlinux bootstrap script

This commit is contained in:
Jakub Warmuz 2015-10-05 21:39:34 +00:00
parent 18f1bb49f0
commit eec5542cb3
No known key found for this signature in database
GPG key ID: 2A7BAD3A489B52EA

View file

@ -1,2 +1,11 @@
#!/bin/sh
pacman -S git python2 python2-virtualenv gcc dialog augeas openssl libffi ca-certificates
pacman -S \
git \
python2 \
python2-virtualenv \
gcc \
dialog \
augeas \
openssl \
libffi \
ca-certificates \