commit 4fa147e
chld
·
2025-12-21 08:42:52 +0000 UTC
parent 14643ca
setup-post (FIX ssl)
1 files changed,
+7,
-0
+7,
-0
1@@ -30,3 +30,10 @@ _inc '
2 '
3
4 $m/bin/apk --root $m fix musl # reinstall musl to ensure a not broken sys lol
5+
6+# fix SSL
7+$m/bin/apk --root $m add --no-cache libressl ca-certificates # reinstall musl to ensure a not broken sys lol
8+# make sure SSL works
9+_inc '
10+ apk fix libressl ca-certificates
11+'