From e9d3d52f4057f90723d8323eb68a44ca49f22cc1 Mon Sep 17 00:00:00 2001 From: PrincessPi3 Date: Tue, 12 Nov 2024 13:44:19 -0700 Subject: [PATCH] WSERFGEWR --- reinstall-esp-idf.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index 91cbd34..fdb20ad 100644 --- a/reinstall-esp-idf.sh +++ b/reinstall-esp-idf.sh @@ -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