#!/bin/bash

# blob:summary=Restart system time synchronization
# blob:requires-sudo=true

echo "Updating time..."
sudo systemctl restart systemd-timesyncd
