Skip to content

Commit 6dfd2f2

Browse files
authored
Merge pull request #1 from VerdigrisTech/updateCaCertificates
[TASK-9805] fix: certificate verification will fail on EDG
2 parents 66a89a5 + 33db27b commit 6dfd2f2

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

debian/post-install

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/bin/sh
2+
/usr/sbin/update-ca-certificates --fresh || true

nfpm.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,3 +106,6 @@ contents:
106106
- src: ./dist/localproxy-linux-${ARCH}/usr/local/bin/localproxy
107107
dst: /usr/bin/localproxy
108108
expand: true
109+
110+
scripts:
111+
postinstall: ./debian/post-install

0 commit comments

Comments
 (0)