Pi-Writer-400-scripts/setup.sh
2024-10-03 08:23:47 -04:00

22 lines
457 B
Bash
Executable File

#!/bin/bash
mkdir ~/data
sudo apt-get update && sudo apt-get upgrade -y
sudo apt-get install dialog \
wordgrinder \
sc \
dict dictd dict-gcide wamerican \
git \
-y
echo ./TUI-menu.sh >> ~/.bashrc
echo "enable SPI interface and don't reboot"
sleep 10s
sudo raspi-config
echo "change console font to terminus and adjust font size"
sleep 10s
sudo dpkg-reconfigure console-setup
git clone https://github.com/goodtft/LCD-show.git
cd LCD-show
sudo ./LCD35-show