Update README.md

This commit is contained in:
BitHeaven 2022-08-13 20:06:26 +05:00 committed by GitHub
parent fabdd1eddf
commit fcf528e202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ make install
```
make `nmcli` nopasswd
```
echo "USER ALL=(ALL:ALL) NOPASSWD: /usr/bin/nmcli" >> /etc/sudoers
echo "ALL ALL=(ALL:ALL) NOPASSWD: /usr/bin/nmcli" >> /etc/sudoers
```