diff --git a/precise/host/hooks/install.d/38-ntp.sh b/precise/host/hooks/install.d/38-ntp.sh new file mode 100755 index 00000000..a9eea567 --- /dev/null +++ b/precise/host/hooks/install.d/38-ntp.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +apt-get install ntp -y