Skip to content

Commit

Permalink
Correct apt install expression
Browse files Browse the repository at this point in the history
Co-authored-by: Yuvi Panda <[email protected]>
  • Loading branch information
sgibson91 and yuvipanda authored Aug 4, 2021
1 parent aadbf69 commit f447d30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/howto/operate/manual-nfs-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ This is because the VM will not have an external IP address and will therefore n

```bash
sudo apt update
sudo apt install nfs-kernel-server nfs-common xfsprogs
sudo apt install nfs-kernel-server nfs-common
```

2. Create the appropriate directory
Expand Down

0 comments on commit f447d30

Please sign in to comment.