60-rc2.5
This commit is contained in:
@@ -75,8 +75,9 @@ 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
|
||||
$(which $package)
|
||||
which $package
|
||||
ret=$?
|
||||
|
||||
echo $ret
|
||||
if [ $ret == 1 ]; then
|
||||
echo "$package not installed, addded to list"
|
||||
|
||||
+1
-1
@@ -1 +1 @@
|
||||
60-rc2.4
|
||||
60-rc2.5
|
||||
Reference in New Issue
Block a user