Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions nfpm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,6 @@ contents:
- src: ./dist/localproxy-linux-${ARCH}/usr/local/bin/localproxy
dst: /usr/bin/localproxy
expand: true

scripts:
postinstall: ./postinst
2 changes: 2 additions & 0 deletions postinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
#!/bin/sh
/usr/sbin/update-ca-certificates --fresh || true
Loading