mirror of
https://github.com/certbot/certbot.git
synced 2026-08-03 00:22:04 +02:00
lint archlinux bootstrap script
This commit is contained in:
+10
-1
@@ -1,2 +1,11 @@
|
|||||||
#!/bin/sh
|
#!/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 \
|
||||||
|
|||||||
Reference in New Issue
Block a user