SpectreOS/configs/.bash_profile-netinstall

5 lines
85 B
Bash
Raw Normal View History

2022-10-04 19:01:31 +02:00
if [ $(tty) = /dev/tty1 ]; then
echo "Starting installer!!!"
arch-install
fi