From 43d5f78c12b1d654236d7fd0eff5450794bba965 Mon Sep 17 00:00:00 2001 From: gulliverrr Date: Fri, 1 Feb 2019 16:27:57 +0200 Subject: [PATCH] Update LCD35-show --- LCD35-show | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/LCD35-show b/LCD35-show index 237809b..87fb74b 100755 --- a/LCD35-show +++ b/LCD35-show @@ -57,18 +57,18 @@ if test "$1" = "0" -o "$#" = "0";then if test "$j" = "retropie"; then sudo cp ./boot/config-35.txt-retropie /boot/config.txt fi - echo "LCD configrue 0" + echo "LCD configure 0" elif test "$1" = "lite" -a "$#" = "1" ;then sudo cp -rf ./etc/X11/xorg.conf.d/99-calibration.conf-35 /usr/share/X11/xorg.conf.d/99-calibration.conf sudo cp ./boot/config-35.txt /boot/config.txt - echo "LCD configrue 0" + echo "LCD configure 0" elif test "$1" = "90" -o "$2" = "90" ;then if test "$1" = "lite" -o "$2" = "lite" -o "$j" = "kali"; then sudo cp ./boot/config-35.txt-90-lite /boot/config.txt else sudo cp ./boot/config-35.txt-90 /boot/config.txt fi - echo "LCD configrue 90" + echo "LCD configure 90" sudo cp -rf ./etc/X11/xorg.conf.d/99-calibration.conf-35-270 /usr/share/X11/xorg.conf.d/99-calibration.conf elif test "$1" = "180" -o "$2" = "180" ;then if test "$1" = "lite" -o "$2" = "lite" -o "$j" = "kali" ; then @@ -76,7 +76,7 @@ elif test "$1" = "180" -o "$2" = "180" ;then else sudo cp ./boot/config-35.txt-180 /boot/config.txt fi - echo "LCD configrue 180" + echo "LCD configure 180" sudo cp -rf ./etc/X11/xorg.conf.d/99-calibration.conf-35-180 /usr/share/X11/xorg.conf.d/99-calibration.conf elif test "$1" = "270" -o "$2" = "270" ; then if test "$1" = "lite" -o "$2" = "lite" -o "$j" = "kali" ; then @@ -84,7 +84,7 @@ elif test "$1" = "270" -o "$2" = "270" ; then else sudo cp ./boot/config-35.txt-270 /boot/config.txt fi - echo "LCD configrue 270" + echo "LCD configure 270" sudo cp -rf ./etc/X11/xorg.conf.d/99-calibration.conf-35-90 /usr/share/X11/xorg.conf.d/99-calibration.conf fi