Files
jambonz-infrastructure/packer/jambonz-mini/aws/scripts/install_chrony.sh
Dave Horton 80ec4a45da Feature/proxmox (#50)
* initial changes for proxmox support

* proxmox packer updates

* terraform template for Proxmox jambonz-mini

* update jambonz-mini to 0.8.3-3
2023-05-31 10:05:42 -04:00

6 lines
93 B
Bash

#!/bin/bash
sudo apt-get update
sudo apt-get install -y chrony
sudo systemctl enable chrony