Delete pi-setup.sh
This commit is contained in:
parent
a182477a2a
commit
2dc0b843d5
20
pi-setup.sh
20
pi-setup.sh
@ -1,20 +0,0 @@
|
|||||||
#!/bin/bash
|
|
||||||
mkdir ~/Documents
|
|
||||||
sudo apt-get update && sudo apt-get upgrade -y
|
|
||||||
sudo apt-get install git fuse3 wamerican -y
|
|
||||||
echo ./writer-menu.AppImage >> ~/.bashrc
|
|
||||||
echo "enable SPI interface, auto login to console 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
|
|
||||||
|
|
||||||
echo "chhange keyboard layout"
|
|
||||||
sleep 10s
|
|
||||||
sudo dpkg-reconfigure keyboard-configuration
|
|
||||||
|
|
||||||
git clone https://github.com/goodtft/LCD-show.git .LCD
|
|
||||||
cd .LCD
|
|
||||||
sudo ./LCD35-show
|
|
Loading…
Reference in New Issue
Block a user