Skip to content

Commit 3609620

Browse files
committed
chore: fix shellcheck linting
1 parent 3605d41 commit 3609620

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -169,12 +169,12 @@ function extraHardening() {
169169

170170
function setupNodeYarn() {
171171
# nodeJS
172-
172+
# shellcheck disable=SC2046
173173
if [ $(dpkg-query -W -f='${Status}' ca-certificates 2>/dev/null | grep -c "ok installed") -eq 0 ];
174174
then
175175
sudo apt install ca-certificates -y
176176
fi
177-
177+
# shellcheck disable=SC2046
178178
if [ $(dpkg-query -W -f='${Status}' gnupg 2>/dev/null | grep -c "ok installed") -eq 0 ];
179179
then
180180
sudo apt install gnupg -y

0 commit comments

Comments
 (0)