Changes between Version 21 and Version 22 of UpgradeNotes
- Timestamp:
- Oct 10, 2013 2:51:10 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UpgradeNotes
v21 v22 40 40 {{{ 41 41 $ apt-get install tcsh 42 }}} 43 44 The containers software adds all users to group {{{admin}}} so that group should be able to sudo without a password. 45 46 {{{ 47 $ visudo 48 }}} 49 50 and make sure this line is in there: 51 52 {{{ 53 %admin ALL= NOPASSWD: ALL 42 54 }}} 43 55