This commit is contained in:
2025-02-23 12:30:43 -06:00
parent 9afa74d808
commit 56073a506f

View File

@@ -17,6 +17,7 @@ freshrss:
- /bin/sh - /bin/sh
- -ec - -ec
- | - |
apk add --no-cache git;
cd /tmp; cd /tmp;
git clone -n --depth=1 --filter=tree:0 https://github.com/cn-tools/cntools_FreshRssExtensions.git; git clone -n --depth=1 --filter=tree:0 https://github.com/cn-tools/cntools_FreshRssExtensions.git;
cd cntools_FreshRssExtensions; cd cntools_FreshRssExtensions;
@@ -39,6 +40,7 @@ freshrss:
- /bin/sh - /bin/sh
- -ec - -ec
- | - |
apk add --no-cache git;
cd /tmp; cd /tmp;
git clone -n --depth=1 --filter=tree:0 https://github.com/FreshRSS/Extensions.git; git clone -n --depth=1 --filter=tree:0 https://github.com/FreshRSS/Extensions.git;
cd cntools_FreshRssExtensions; cd cntools_FreshRssExtensions;