linuxinstaller/libreticmenu-firstboot.sh

7 lines
252 B
Bash
Raw Normal View History

#!/bin/bash
set -eo pipefail
2024-10-08 12:59:16 +02:00
logger -t libreticmenu "Exécution de libreticmenu-firstboot.sh"
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