2024-10-05 13:09:45 +02:00
|
|
|
#!/bin/bash
|
|
|
|
set -eo pipefail
|
2024-10-06 23:44:04 +02:00
|
|
|
logger -t libreticmenu "Exécution de libreticmenu.sh --update --runCompliance"
|
2024-10-05 13:09:45 +02:00
|
|
|
until host git.libretic.fr; do sleep 5; done
|
2024-10-06 23:44:04 +02:00
|
|
|
/opt/libreticmenu/libreticmenu.sh --update --conformite \
|
2024-10-05 13:09:45 +02:00
|
|
|
&& systemctl disable libreticmenu-firstboot.service
|