File tree Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Expand file tree Collapse file tree 3 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -36,18 +36,18 @@ that can print to `stdout` in a supported format to be used with NSS.
36
36
37
37
1 . Prepare the commands/software that will be triggered by ` libnss_shim ` (see the Commands section for details).
38
38
39
- 2 . Download the latest release:
39
+ 2 . Download the latest release produced by GitHub Actions :
40
40
```
41
- wget < deb-release-url>
41
+ wget https://github.com/xenago/libnss_shim/releases/download/1.0.0/libnss_shim_1.0.0_amd64. deb
42
42
```
43
43
44
44
3. Install it directly with `dpkg` or through `apt`:
45
45
```
46
- sudo dpkg -i libnss_shim .deb
46
+ sudo dpkg -i libnss_shim_1.0.0_amd64 .deb
47
47
```
48
48
or
49
49
```
50
- sudo apt install ./libnss_shim .deb
50
+ sudo apt install ./libnss_shim_1.0.0_amd64 .deb
51
51
```
52
52
53
53
4. Configure the shim by importing a custom `config.json`:
Original file line number Diff line number Diff line change 1
- - Initial release
2
- - Create GitHub actions flow to build and release
1
+ - Update README with working downloads
2
+ - Bump version to 1.0.0 for complete release
Original file line number Diff line number Diff line change
1
+ - Initial release
2
+ - Create GitHub actions flow to build and release
You can’t perform that action at this time.
0 commit comments