We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f19a0e commit dc3df15Copy full SHA for dc3df15
README.md
@@ -12,10 +12,10 @@ Setup hosts managed by apt-dater:
12
Modify the sudoers rules, e.g. `/etc/sudoers` or `/etc/sudoers.d/apt-dater-host`:
13
14
Defaults env_reset,env_keep=MAINTAINER
15
- the-user ALL=NOPASSWD: /usr/bin/apt-get, /usr/bin/aptitude, /usr/sbin/needrestart
+ the-user ALL=NOPASSWD: /usr/bin/apt-get, /usr/sbin/needrestart
16
17
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`.
+ `/usr/bin/apt-get` with the equivalent, e.g. `/usr/bin/yum`.
19
20
You can verify the setup by calling
21
0 commit comments