Delete setup.sh
This commit is contained in:
parent
7e37008cc7
commit
4363b713f8
21
setup.sh
21
setup.sh
@ -1,21 +0,0 @@
|
|||||||
#!/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
|
|
Loading…
Reference in New Issue
Block a user