Update README.md

This commit is contained in:
BitHeaven
2022-08-13 20:06:26 +05:00
committed by GitHub
parent fabdd1eddf
commit fcf528e202

View File

@ -12,7 +12,7 @@ make install
``` ```
make `nmcli` nopasswd 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
``` ```