We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22364bc commit ed32e2bCopy full SHA for ed32e2b
tools/install.sh
@@ -113,7 +113,7 @@ install_gpsd_chrony() {
113
echo '################################'
114
echo 'CONFIGURING FOR USING GPSD + CHRONY'
115
116
- apt-get "${APT_TIMEOUT}" install chrony -y || exit 1
+ apt-get "${APT_TIMEOUT}" install chrony gpsd -y || exit 1
117
#Disabling and masking systemd-timesyncd
118
systemctl stop systemd-timesyncd
119
systemctl disable systemd-timesyncd
0 commit comments