View Single Post
rcull's Avatar
Posts: 299 | Thanked: 168 times | Joined on Jun 2006 @ Wales UK
#15
tso
The Post Install script should run

Code:
echo "user ALL = NOPASSWD: /bin/cp /home/user/.advoid/tmphosts /etc/hosts" >> /etc/sudoers
to allow the copy.

if you run

Code:
tail /etc/sudoers
this should show the sudo line as the last line. (as long as nothing else has added to it since)

Rick