added letsencrypt
[fai-configs.git] / scripts / LETSENCRYPT / 00_fetch.sh
1 #!/bin/bash
2
3 if [ ! -d $LETSENCRYPT_PATH/letsencrypt ]; then
4 cd $target/$LETSENCRYPT_PATH
5 git clone https://github.com/letsencrypt/letsencrypt
6 fi