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