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