fix repo link

This commit is contained in:
2016-06-18 15:42:09 +02:00
parent c0753c185f
commit 821b2f95b0
5 changed files with 21 additions and 5 deletions

2
ts/cert.hook.ts Normal file
View File

@ -0,0 +1,2 @@
import * as smartcli from "smartcli";
import * as cflare from "cflare";

View File

@ -0,0 +1,10 @@
import * as beautylog from "beautylog";
import * as path from "path";
import * as smartfile from "smartfile";
beautylog.info("installing letsencrypt.sh locally...");
smartfile.remote.toFs(
"https://raw.githubusercontent.com/lukas2511/letsencrypt.sh/master/letsencrypt.sh",
path.join(__dirname,"assets/","le.sh")
).then(() => {
beautylog.success("Done!");
});