chiark
/
gitweb
/
~mdw
/
distorted-letsencrypt
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
08eee2f
)
bin/setup: Install the necessary Debian packages.
author
Mark Wooding
<mdw@distorted.org.uk>
Tue, 22 Dec 2015 21:32:14 +0000
(21:32 +0000)
committer
Mark Wooding
<mdw@distorted.org.uk>
Tue, 22 Dec 2015 21:32:14 +0000
(21:32 +0000)
bin/setup
patch
|
blob
|
blame
|
history
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