X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-letsencrypt/blobdiff_plain/55799f78d34a59c5ce7f7613b1351b130b5c5ad1..HEAD:/bin/setup diff --git a/bin/setup b/bin/setup index 13c9bb3..8936f76 100755 --- a/bin/setup +++ b/bin/setup @@ -1,6 +1,8 @@ #! /bin/sh set -ex +apt-get install dehydrated + user=letsencrypt home=$(getent passwd $user | cut -d: -f6) cd $home @@ -11,12 +13,8 @@ while read d m u g; do chown $u:$g $d done <