Browse Source

Enable time synchronization

pull/664/head
xpetit 4 years ago
parent
commit
f855a3e701
No known key found for this signature in database
GPG Key ID: 97C60669182C17A5
  1. 3
      sh/debian/configure.sh

3
sh/debian/configure.sh diff.vendored

@ -65,6 +65,9 @@ EOF
# Basic packages
apt-get -y install man bash-completion git ufw jq curl build-essential netcat wget psmisc lz4 file net-tools brotli unzip zip moreutils xauth sysfsutils rsync iperf pv tree mc screen ssh iotop whois sudo
# Enable time synchronization
timedatectl set-ntp true
# Configure screen
cat <<'EOF'>> /etc/screenrc
startup_message off

Loading…
Cancel
Save