12,297
edits
Line 87: | Line 87: | ||
Make it start the script automatically: | Make it start the script automatically: | ||
sudo nano .bashrc | sudo nano .bashrc | ||
and right at the end put: | |||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
if [ $(tty) == /dev/tty1 ]; then | if [ $(tty) == /dev/tty1 ]; then | ||
./startup_script.sh | ./startup_script.sh |