diff --git a/reinstall-esp-idf.sh b/reinstall-esp-idf.sh index e6b6185..2ab9068 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 - if [ -z $(which $package) ]; then + if [ ! -z $(which $package) ]; then echo "$package not installed, addded to list" inastallPackagees+=" $package" fi diff --git a/version.txt b/version.txt index 9cb4c0b..e8b5fea 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -60-rc2.1 \ No newline at end of file +60-rc2.2 \ No newline at end of file