mirror of
https://github.com/certbot/certbot.git
synced 2026-06-08 16:22:18 -04:00
lint archlinux bootstrap script
This commit is contained in:
parent
18f1bb49f0
commit
eec5542cb3
1 changed files with 10 additions and 1 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue