WSERFGEWR

This commit is contained in:
2024-11-12 13:44:19 -07:00
parent 6a633d47b8
commit e9d3d52f40
+1 -1
View File
@@ -75,7 +75,7 @@ function handleCheckInstallPackages() {
packages=(git wget flex bison gperf python3 python3-pip python3-venv cmake ninja-build ccache libffi-dev libssl-dev dfu-util libusb-1.0-0)
for package in "${packages[@]}"; do
dpkg-query --show --showformat='${db:Status-Status}\n' $package 2>/dev/null
dpkg-query --show --showformat='${db:Status-Status}\n' $package >/dev/null
ret=$?
echo $ret