Skip to content
Snippets Groups Projects
Verified Commit 10b493ac authored by anarcat's avatar anarcat
Browse files

clarify install proc: upgrades and reboot are mandatory

parent d047fa4e
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ All commands to be run as root unless otherwise noted.
puppet agent -t
puppet agent -t
* do an upgrade in case there has been one recently
* follow security upgrades:
apt update && apt dist-upgrade && apt clean
......@@ -138,10 +138,8 @@ All commands to be run as root unless otherwise noted.
( ! grep '^root:' /etc/aliases && echo 'root: torproject-admin@torproject.org' >> /etc/aliases ) &&
sed -i -e 's/^root:.*/root: torproject-admin@torproject.org/' /etc/aliases && newaliases
* if necessary, reboot
* reboot to make sure *that* still works:
/usr/lib/nagios/plugins/dsa-check-running-kernel
/usr/lib/nagios/plugins/dsa-check-libs
reboot
* add to [[nagios]], in `tor-nagios/config/nagios-master.cfg`
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment