mirror of
https://github.com/certbot/certbot.git
synced 2026-06-10 17:20:36 -04:00
Merge pull request #899 from MartijnBraam/feature/archlinux-bootstrap
Added bootstrap script for archlinux
This commit is contained in:
commit
98da3b3ba1
1 changed files with 2 additions and 0 deletions
2
bootstrap/archlinux.sh
Executable file
2
bootstrap/archlinux.sh
Executable file
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
pacman -S git python2 python2-virtualenv gcc dialog augeas openssl libffi ca-certificates
|
||||
Loading…
Reference in a new issue