add apt update
due to a change at vm-repair extension level the command 'apt update' was not executed before which results in an install error
This commit is contained in:
Родитель
0df7779d2c
Коммит
f4faf8dc0c
|
@ -2,7 +2,9 @@
|
|||
. ./src/linux/common/setup/init.sh
|
||||
|
||||
# libclang needs to be installed as well, due to a new dependency
|
||||
apt-get update
|
||||
apt-get install libclang-dev -y
|
||||
|
||||
Log-Output "Starting the recovery"
|
||||
cd ./src/linux/common/helpers/alar2
|
||||
if [[ -f target/debug/alar2 ]]; then
|
||||
|
|
Загрузка…
Ссылка в новой задаче