Replace pkexec instead sudo

This commit is contained in:
Lakindu Akash 2020-08-27 02:13:46 +05:30
parent 7f04321708
commit ec6376bb12

View File

@ -40,7 +40,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#define BUFSIZE 512
#define SUDO "sudo"
#define SUDO "pkexec --user root"
#define CREATE_AP "create_ap"
#define MKCONFIG "--mkconfig"