ISO/airootfs/root/.zlogin
2023-12-20 16:33:53 +01:00

4 lines
95 B
Bash

# start install.sh if local start
if [[ $(tty) == "/dev/tty1" ]]; then
/root/install.sh
fi