linuxinstaller/linuxinstaller-firstboot.sh
2024-10-18 19:50:12 +02:00

6 lines
262 B
Bash
Executable file

#!/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