This commit is contained in:
malachma 2023-01-21 23:45:45 +01:00
Родитель 25c85e8f02
Коммит c041b846b4
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -1,5 +1,4 @@
#!/bin/bash
. ./src/linux/common/setup/init.sh
# libclang needs to be installed as well, due to a new dependency
apt-get update
@ -10,5 +9,4 @@ wget https://raw.githubusercontent.com/Azure/ALAR/main/src/run-alar.sh
chmod 700 run-alar.sh
./run-alar.sh $1
Log-Output "ALAR stopped"
exit $?