mirror of
https://github.com/jambonz/jambonz-infrastructure.git
synced 2025-12-19 09:07:44 +00:00
* initial changes for proxmox support * proxmox packer updates * terraform template for Proxmox jambonz-mini * update jambonz-mini to 0.8.3-3
6 lines
93 B
Bash
6 lines
93 B
Bash
#!/bin/bash
|
|
|
|
sudo apt-get update
|
|
sudo apt-get install -y chrony
|
|
sudo systemctl enable chrony
|