linuxinstaller/libreticmenu-firstboot.sh
2024-10-08 12:59:16 +02:00

6 lines
252 B
Bash
Executable file

#!/bin/bash
set -eo pipefail
logger -t libreticmenu "Exécution de libreticmenu-firstboot.sh"
until host git.libretic.fr; do sleep 5; done
/opt/libreticmenu/libreticmenu.sh --update --conformite \
&& systemctl disable libreticmenu-firstboot.service