fix repo link
This commit is contained in:
2
ts/cert.hook.ts
Normal file
2
ts/cert.hook.ts
Normal file
@ -0,0 +1,2 @@
|
||||
import * as smartcli from "smartcli";
|
||||
import * as cflare from "cflare";
|
@ -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!");
|
||||
});
|
Reference in New Issue
Block a user