linuxinstaller/linuxinstaller-firstboot.sh

7 lines
262 B
Bash
Raw Normal View History

2024-10-18 19:50:12 +02:00
#!/bin/bash
set -eo pipefail
logger -t linuxinstaller "Exécution de linuxinstaller-firstboot.sh"
until host git.libretic.fr; do sleep 5; done
/opt/linuxinstaller/linuxinstaller.sh --update --conformite \
&& systemctl disable linuxinstaller-firstboot.service