qw3e4rt5
This commit is contained in:
@@ -70,13 +70,18 @@ function handleSleep() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function handleCheckInstallPackages() {
|
function handleCheckInstallPackages() {
|
||||||
|
inastallPackagees=""
|
||||||
|
|
||||||
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 [ $(which $package) ]; then
|
if [ $(which $package) ]; then
|
||||||
echo "$package addded to list?"
|
echo "$package not installed, addded to list"
|
||||||
|
inastallPackagees+=" $package"
|
||||||
fi
|
fi
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo $inastallPackagees
|
||||||
}
|
}
|
||||||
|
|
||||||
function handleCustomBins() {
|
function handleCustomBins() {
|
||||||
|
|||||||
Reference in New Issue
Block a user