X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-letsencrypt/blobdiff_plain/cf2506fbd2399d5ce0f0e0c7fc93f3559af1e15f..refs/heads/master:/bin/setup diff --git a/bin/setup b/bin/setup index dc243a0..8936f76 100755 --- 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) @@ -13,12 +13,8 @@ while read d m u g; do chown $u:$g $d done <