#!/bin/bash
# Test Internet connection
ping example.com

# Enable network time synchronization
timedatectl set-ntp true
# Check it
timedatectl status

