Browse Source
It changed as of v1.6.0:
https://github.com/skyjake/lagrange/releases/tag/v1.6.0
393f6b682c
master
3 changed files with 44 additions and 20 deletions
@ -1,16 +1,18 @@
|
||||
# Instructions for Lagrange |
||||
|
||||
Lagrange's trust store is `~/.config/lagrange/trusted.txt` on GNU/Linux systems. |
||||
As of v1.6.0 (2021-07-26), Lagrange's trust store is `~/.config/lagrange/trusted.2.txt` on GNU/Linux and BSD systems. |
||||
|
||||
You can replace it with the generated `trusted.txt`, or merge them using the provided script: |
||||
You can replace it with the generated `trusted.2.txt`, or merge them using the provided script: |
||||
|
||||
``` |
||||
# First a test run: |
||||
./merge-trust-stores.sh ~/.config/lagrange/trusted.txt |
||||
./merge-trust-stores.sh ~/.config/lagrange/trusted.2.txt |
||||
|
||||
# The entries in ~/.config/lagrange/trusted.txt that are not included in the |
||||
# The entries in Lagrange's trust store that are not in the |
||||
# script-generated trust store will appear at the end of the output. |
||||
|
||||
# If it looks ok, then run: |
||||
./merge-trust-stores.sh ~/.config/lagrange/trusted.txt > ~/.config/lagrange/trusted.txt |
||||
./merge-trust-stores.sh ~/.config/lagrange/trusted.2.txt > ~/.config/lagrange/trusted.2.txt |
||||
``` |
||||
|
||||
The script works for both the old `trusted.txt` and the new `trusted.2.txt`. |
||||
|
Loading…
Reference in new issue