Skip to content

Commit dc3df15

Browse files
committed
1 parent 9f19a0e commit dc3df15

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ Setup hosts managed by apt-dater:
1212
Modify the sudoers rules, e.g. `/etc/sudoers` or `/etc/sudoers.d/apt-dater-host`:
1313

1414
Defaults env_reset,env_keep=MAINTAINER
15-
the-user ALL=NOPASSWD: /usr/bin/apt-get, /usr/bin/aptitude, /usr/sbin/needrestart
15+
the-user ALL=NOPASSWD: /usr/bin/apt-get, /usr/sbin/needrestart
1616

1717
For non apt-based distributions you need to replace
18-
`/usr/bin/apt-get, /usr/bin/aptitude` with the equivalent, e.g. `/usr/bin/yum`.
18+
`/usr/bin/apt-get` with the equivalent, e.g. `/usr/bin/yum`.
1919

2020
You can verify the setup by calling
2121

0 commit comments

Comments
 (0)