Skip to content

Commit 43fb913

Browse files
committed
setup: fix typo
1 parent 65ec712 commit 43fb913

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup/generic/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ then
178178
apt install -y dos2unix
179179
fi
180180

181-
if [ ! -x "$(command -v sntp)" ] && [ ! -x "$(command -v ntpdig)"
181+
if [ ! -x "$(command -v sntp)" ] && [ ! -x "$(command -v ntpdig)" ]
182182
then
183183
apt install -y sntp || apt install -y ntpsec-ntpdig
184184
fi

0 commit comments

Comments
 (0)