Explorar el Código

added install script

develop
Robin Thoni hace 7 años
padre
commit
ec8b2ab44e
Se han modificado 1 ficheros con 8 adiciones y 0 borrados
  1. 8
    0
      install

+ 8
- 0
install Ver fichero

@@ -0,0 +1,8 @@
1
+#! /usr/bin/env sh
2
+
3
+dir="$(dirname $(readlink -f "${0}"))"
4
+
5
+(cd "${dir}" && python setup.py install) &&
6
+
7
+mkdir -p /etc/letsencrypt &&
8
+cp "${dir}/config.example.json" /etc/letsencrypt/certbot-dns.json

Loading…
Cancelar
Guardar