linuxinstaller/libreticmenu-firstboot.sh

7 lines
267 B
Bash
Raw Normal View History

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