]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add .acme.sh (#193)
authorJacobTravers <46337843+JacobTravers@users.noreply.github.com>
Wed, 23 Nov 2022 20:54:27 +0000 (12:54 -0800)
committerGitHub <noreply@github.com>
Wed, 23 Nov 2022 20:54:27 +0000 (21:54 +0100)
Co-authored-by: b3nj5m1n <47924309+b3nj5m1n@users.noreply.github.com>
programs/acme-sh.json [new file with mode: 0644]

diff --git a/programs/acme-sh.json b/programs/acme-sh.json
new file mode 100644 (file)
index 0000000..e0fad3c
--- /dev/null
@@ -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"
+}