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