SpectreOS/configs/.bash_profile-netinstall
2022-10-04 19:01:31 +02:00

4 lines
85 B
Bash
Executable file

if [ $(tty) = /dev/tty1 ]; then
echo "Starting installer!!!"
arch-install
fi