This commit is contained in:
SQFMI 2023-08-16 23:26:04 -04:00
parent 4ada3999ac
commit 8b87c3d7aa
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ sudo shutdown -r now
3. Run the setup script
```
curl -s https://raw.githubusercontent.com/beeper/beepberry/main/raspberrypi/setup.sh | bash
curl -s https://raw.githubusercontent.com/beeper/beepy/main/raspberrypi/setup.sh | bash
```
## Details

View File

@ -11,7 +11,7 @@ sudo apt-get -y install git raspberrypi-kernel-headers < "/dev/null" || { echo "
echo "Compiling and installing display driver..."
cd ~/
git clone https://github.com/w4ilun/Sharp-Memory-LCD-Kernel-Driver.git || { echo "Error: Failed to clone display driver repository."; exit 1; }
git clone https://github.com/sqfmi/Sharp-Memory-LCD-Kernel-Driver.git || { echo "Error: Failed to clone display driver repository."; exit 1; }
cd ~/Sharp-Memory-LCD-Kernel-Driver
make || { echo "Error: Failed to compile display driver."; exit 1; }
sudo make modules_install || { echo "Error: Failed to install display driver."; exit 1; }