5 lines
85 B
Bash
5 lines
85 B
Bash
|
if [ $(tty) = /dev/tty1 ]; then
|
||
|
echo "Starting installer!!!"
|
||
|
arch-install
|
||
|
fi
|