aertg
This commit is contained in:
@@ -71,9 +71,11 @@ function handleSleep() {
|
||||
|
||||
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)
|
||||
i=0
|
||||
|
||||
for package in "${packages[@]}"; do
|
||||
which $package
|
||||
if [ $(which $package) ]; then
|
||||
echo "$package addded to list?"
|
||||
fi
|
||||
done
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user