From fdfda9bafde805a67ce5657647d715cf63bb25a0 Mon Sep 17 00:00:00 2001 From: Bennett-Wendorf Date: Sun, 9 Jan 2022 11:48:27 -0600 Subject: [PATCH] Made a couple small tweaks with file names --- Arch-Linux/LCD35-show | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Arch-Linux/LCD35-show b/Arch-Linux/LCD35-show index 3a3af4c..39e7506 100755 --- a/Arch-Linux/LCD35-show +++ b/Arch-Linux/LCD35-show @@ -1,10 +1,10 @@ #!/bin/bash -sudo ./system_backup.sh - # Change working directory up to the main directory to allow easier access to the boot, etc, and usr directories. cd .. +sudo ./system_backup.sh + if [ -f /etc/X11/xorg.conf.d/40-libinput.conf ]; then sudo rm -rf /etc/X11/xorg.conf.d/40-libinput.conf fi @@ -72,7 +72,7 @@ if [ $? -eq 0 ]; then cd - > /dev/null type fbcp > /dev/null 2>&1 if [ $? -eq 0 ]; then - sudo cp -rf ./Arch-Linux/usr/99-fbturbo-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbturbo.conf + sudo cp -rf ./Arch-Linux/usr/99-fbdev-fbcp.conf /usr/share/X11/xorg.conf.d/99-fbdev.conf sudo cp -rf ./etc/rc.local /etc/rc.local fi else