chiark / gitweb /
bin/setup: Fix now that we use `dehydrated'.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 26 Jun 2018 01:19:01 +0000 (02:19 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 26 Jun 2018 01:19:01 +0000 (02:19 +0100)
bin/setup

index 4b4ad14cb9d55f2644a70aa88fab10c7311d8da5..8936f769155344794f217e45c7ce2c3399268b28 100755 (executable)
--- a/bin/setup
+++ b/bin/setup
@@ -1,7 +1,7 @@
 #! /bin/sh
 set -ex
 
-apt-get install python-virtualenv python2.7-dev libffi-dev libaugeas0
+apt-get install dehydrated
 
 user=letsencrypt
 home=$(getent passwd $user | cut -d: -f6)