From 2dc0b843d546ce3d025ed9f505c9715ad2fbf09c Mon Sep 17 00:00:00 2001 From: batvin321 Date: Thu, 13 Feb 2025 17:50:04 -0500 Subject: [PATCH] Delete pi-setup.sh --- pi-setup.sh | 20 -------------------- 1 file changed, 20 deletions(-) delete mode 100644 pi-setup.sh diff --git a/pi-setup.sh b/pi-setup.sh deleted file mode 100644 index f72f69d..0000000 --- a/pi-setup.sh +++ /dev/null @@ -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