Skip to content

Commit e010e18

Browse files
authored
Remove dependencies and -y parameter (#514)
clevis-pin-pkcs11 has been changed to retrieve its whole dependencies (socat, openssl, ...) so it is not necessary to install them manually Signed-off-by: Sergio Arroutbi <[email protected]>
1 parent ccd4c83 commit e010e18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ For installation and configuration of the clevis PKCS#11 feature, next steps mus
248248
1 - Install Clevis required dependencies, including PKCS#11 dependencies:
249249

250250
```
251-
$ sudo dnf install -y openssl socat clevis-pin-pkcs11
251+
$ sudo dnf install clevis-pin-pkcs11
252252
```
253253

254254
2 - The PKCS11 device must be accessible by “pkcs11-tool”:

0 commit comments

Comments
 (0)