Ask your questions here.
Post a reply

how execute refracta installer witout pass (pasword keyring)

Wed Jun 19, 2013 5:03 pm

i want execute refracta installer whitout password,cuz this its better and easy like other installers, i try add this line to th sudousers and sudousers.d >username ALL=NOPASSWD:/usr/bin/refractainstaller-yad but dont have success anybody help me a really apreciate.

Re: how execute refracta installer witout pass (pasword keyr

Wed Jun 19, 2013 7:51 pm

I assume you're doing this on some distro other than refracta, or you'd just use sudo as it already set up.

Edit /etc/sudoers to define a Cmnd_Alias (RTOOLS is a made up name. Use whatever you want, and it can alias one or more commands.)
Code:
# Cmnd alias specification

Cmnd_Alias      RTOOLS = /usr/bin/refractainstaller-yad, /usr/bin/refractainstaller-gui, /usr/bin/whatever


and at the end of the file:
Code:
orvitux    ALL=NOPASSWD:   RTOOLS

Re: how execute refracta installer witout pass (pasword keyr

Wed Jun 19, 2013 10:13 pm

tanks so much,i really apreciate,tanks for so fast aswer , really a cool guy :D
Post a reply