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:
Marcus Lachmanez 2022-07-27 11:06:05 +02:00 коммит произвёл GitHub
Родитель 0df7779d2c
Коммит f4faf8dc0c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 0 удалений

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

@ -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