You've already forked ntp-client-ubuntu
1.1 KiB
1.1 KiB
NTP Client for Ubuntu 24.04 Server
Automated Bash installer script for configuring an NTP client on Ubuntu 24.04 Server.
This is a production-focused installer, not a demo.
Preparing
Update your package index before running the installer:
sudo apt update -y
Download the Script
Clone the repository from your Git server:
git clone https://git.x-files.dk/server/ntp-client-ubuntu.git
cd ntp-client-ubuntu
Usage
Run the script using:
sudo ./ntp-client-install
Check if it's Working
Use the following command to verify synchronization with NTP servers:
ntpq -p
Post-install
Nothing to do.
More Information
More guides and documentation can be found on wiki.x-files.dk
License
Licensed under the MIT License.