added 'apt-get install libclang-dev' to fulfill a dependency

This commit is contained in:
malachma 2022-01-10 17:21:32 +01:00
Родитель 9489e1d2f5
Коммит b526e3fb11
1 изменённых файлов: 2 добавлений и 0 удалений

Просмотреть файл

@ -1,6 +1,8 @@
#!/bin/bash
. ./src/linux/common/setup/init.sh
# libclang needs to be installed as well, due to a new dependency
apt-get install libclang-dev -y
Log-Output "Starting the recovery"
cd ./src/linux/common/helpers/alar2
/root/.cargo/bin/cargo build -q --release