60-rc2.5.2

This commit is contained in:
2024-11-12 13:40:27 -07:00
parent 1c8186bfd5
commit 6a633d47b8
2 changed files with 6 additions and 2 deletions
+5 -1
View File
@@ -75,7 +75,11 @@ 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) 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 for package in "${packages[@]}"; do
if [ -z $(apt list $package --installed) ]; then dpkg-query --show --showformat='${db:Status-Status}\n' $package 2>/dev/null
ret=$?
echo $ret
if [ $ret -ne 0 ]; then
echo "$package not installed, addded to list" echo "$package not installed, addded to list"
inastallPackagees+=" $package" inastallPackagees+=" $package"
fi fi
+1 -1
View File
@@ -1 +1 @@
60-rc2.5.1 60-rc2.5.2