Merge pull request #33 from sjmudd/sjmudd/use_sudo

Suggest usage of sudo when root access is needed.
This commit is contained in:
Travis Glenn Hansen 2020-12-13 08:43:28 -07:00 committed by GitHub
commit ef09c18dcd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -113,11 +113,11 @@ Issues to review:
### ZoL (zfs-generic-nfs, zfs-generic-iscsi)
Ensure ssh and zfs is installed on the server and that you have installed
Ensure ssh and zfs is installed on the nfs/iscsi server and that you have installed
`targetcli`.
- `yum install targetcli -y`
- `apt-get -y install targetcli-fb`
- `sudo yum install targetcli -y`
- `sudo apt-get -y install targetcli-fb`
## Helm Installation