#!/bin/bash if ! [ -e /lib/systemd/systemd-timesyncd ]; then apt-get install ntp -y </dev/nullfi
#!/bin/bash
if ! [ -e /lib/systemd/systemd-timesyncd ]; then
apt-get install ntp -y </dev/null
fi