RailsCasts Pro episodes are now free!
Learn more or hide this
GitHub User: cgag
Site: http://www.curtisgagliardi.com
On 12.04, I ran into an error about the admin group not existing. All I had to do to fix it was run groupadd admin. The group is already listed in the sudoers file, it just wasn't created when the distro was installed.
groupadd admin
On 12.04, I ran into an error about the admin group not existing. All I had to do to fix it was run
groupadd admin
. The group is already listed in the sudoers file, it just wasn't created when the distro was installed.