From 73db6269f25c4798b7c0b6cb5e115bc3b34ab8a4 Mon Sep 17 00:00:00 2001 From: JacobTravers <46337843+JacobTravers@users.noreply.github.com> Date: Wed, 23 Nov 2022 12:54:27 -0800 Subject: [PATCH] Add .acme.sh (#193) Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com> --- programs/acme-sh.json | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 programs/acme-sh.json diff --git a/programs/acme-sh.json b/programs/acme-sh.json new file mode 100644 index 0000000..e0fad3c --- /dev/null +++ b/programs/acme-sh.json @@ -0,0 +1,10 @@ +{ + "files": [ + { + "path": "$HOME/.acme.sh", + "movable": true, + "help": "For now you can move `.acme.sh/` to `\"$XDG_CONFIG_HOME\"/acme.sh/` and alias `acme` to `acme.sh --home \"$XDG_CONFIG_HOME\"/acme.sh/`. See the [documentation](https://github.com/acmesh-official/acme.sh/wiki/How-to-install#4-advanced-installation) or [this issue](https://github.com/acmesh-official/acme.sh/issues/4408) for details. \n" + } + ], + "name": "acme.sh" +} -- 2.47.3