mirror of
https://github.com/Brandon-Rozek/website.git
synced 2024-11-09 10:40:34 -05:00
Fixed typo
This commit is contained in:
parent
18a7ea4c20
commit
3792869d8c
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ sudo update-ca-certificates
|
|||
Copy `ca.pem` over to `/etc/pki/ca-trust/source/anchors`.
|
||||
|
||||
```bash
|
||||
sudo mv ca.pem /usr/pki/ca-trust/source/anchors
|
||||
sudo mv ca.pem /etc/pki/ca-trust/source/anchors
|
||||
```
|
||||
|
||||
Then execute
|
||||
|
|
Loading…
Reference in a new issue