Skip to content

Commit ed32e2b

Browse files
committed
add missing gpsd installation
1 parent 22364bc commit ed32e2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ install_gpsd_chrony() {
113113
echo '################################'
114114
echo 'CONFIGURING FOR USING GPSD + CHRONY'
115115
echo '################################'
116-
apt-get "${APT_TIMEOUT}" install chrony -y || exit 1
116+
apt-get "${APT_TIMEOUT}" install chrony gpsd -y || exit 1
117117
#Disabling and masking systemd-timesyncd
118118
systemctl stop systemd-timesyncd
119119
systemctl disable systemd-timesyncd

0 commit comments

Comments
 (0)