26 lines
472 B
Markdown
26 lines
472 B
Markdown
## Ntp client install script for Ubuntu 24.04 server.
|
|
|
|
### Prerequisites
|
|
Ubuntu 24.04.
|
|
|
|
### Download the script
|
|
```
|
|
git clone https://git.x-files.dk/ubuntu-server/ntp-client-install.git
|
|
```
|
|
|
|
### Usage
|
|
cd ntp-client-install
|
|
sudo ./ntp-client-install
|
|
|
|
### Check if it's working
|
|
ntpq -p
|
|
|
|
### Postinstall
|
|
Nothing to do.
|
|
|
|
### More guides
|
|
More guides can be found on [\[wiki.x-files.dk\]](https://wiki.x-files.dk)
|
|
|
|
### Last tested
|
|
November 8th 2024 on Ubuntu 24.04.
|