chiark
/
gitweb
/
~mdw
/
distorted-letsencrypt
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
bin/setup: Install the necessary Debian packages.
[distorted-letsencrypt]
/
bin
/
setup
diff --git
a/bin/setup
b/bin/setup
index 527a17d4ae825437551657d30ace3a4cd657533b..dc243a0bec41708506123716722ec1905543201e 100755
(executable)
--- a/
bin/setup
+++ b/
bin/setup
@@
-1,6
+1,8
@@
#! /bin/sh
set -ex
+apt-get install python-virtualenv python2.7-dev libffi-dev libaugeas0
+
user=letsencrypt
home=$(getent passwd $user | cut -d: -f6)
cd $home