Skip to content

Commit

Permalink
Use ntp instead of tlsdate. Resolve #24.
Browse files Browse the repository at this point in the history
  • Loading branch information
Phoul committed Jul 31, 2017
1 parent 0e97a2f commit 76fca8f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ tor-relay-bootstrap does this:
* Installs and configures Tor to be a relay (but still requires you to manually edit torrc to set Nickname, ContactInfo, etc. for this relay)
* Configures sane default firewall rules
* Configures automatic updates
* Installs tlsdate to ensure time is synced
* Installs ntp to ensure time is synced (tlsdate is no longer available in Debian stable)
* Installs monit and activate config to auto-restart all services
* Helps harden the ssh server
* Gives instructions on what the sysadmin needs to manually do at the end
Expand Down
4 changes: 2 additions & 2 deletions bootstrap.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ apt-get install -y apparmor apparmor-profiles apparmor-utils
sed -i.bak 's/GRUB_CMDLINE_LINUX="\(.*\)"/GRUB_CMDLINE_LINUX="\1 apparmor=1 security=apparmor"/' /etc/default/grub
update-grub

# install tlsdate
apt-get install -y tlsdate
# install ntp (tlsdate is no longer available in Debian stable)
apt-get install -y ntp

# install monit
apt-get install -y monit
Expand Down

0 comments on commit 76fca8f

Please sign in to comment.