From b2d8c68335d54cc7cf8d776938ff351f1b56dfbd Mon Sep 17 00:00:00 2001 From: EA5KL <54953241+EA5KL@users.noreply.github.com> Date: Mon, 30 Sep 2019 16:52:43 +0200 Subject: [PATCH] Add files via upload --- README.md | 4 ++-- install.sh | 10 ++++++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ac29ea3..2157519 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ cd /tmp get the software ``` -git clone https://github.com/EA5KL/NextionDriverInstaller.git +git clone https://github.com/ElGamal/NextionDriverInstaller.git ``` go ! @@ -84,7 +84,7 @@ cd /tmp get the software ``` -git clone https://github.com/EA5KL/NextionDriverInstaller.git +git clone https://github.com/ElGamal/NextionDriverInstaller.git ``` >NOTE: if you get an error that the destionation path exists, >you already downloaded the software. The just ho to the next step. diff --git a/install.sh b/install.sh index 03edc3f..31dca37 100755 --- a/install.sh +++ b/install.sh @@ -5,7 +5,7 @@ # # # (c)2018-2019 by ON7LDS & EA5KL # # # -# V1.08 # +# V1.09 # # # ######################################################### @@ -32,7 +32,7 @@ sudo apt-get install libcurl4-openssl-dev echo "+ Getting NextionDriver ..." cd /tmp rm -rf /tmp/NextionDriver -git clone https://github.com/EA5KL/NextionDriver.git; +git clone https://github.com/ElGamal/NextionDriver.git; cd /tmp/NextionDriver 2>/dev/null if [ "$(pwd)" != "/tmp/NextionDriver" ]; then echo "- Getting NextionDriver failed. Cannot continue."; exit; fi @@ -95,6 +95,12 @@ helpfiles () { rm -f /var/www/dashboard/mmdvmhost/lh_nextion.php echo "+ Copying last heard code" cp /tmp/NextionDriver/lh_nextion.php $FILESDIRPHP + rm -f /var/www/dashboard/mmdvmhost/rptInfo_nextion.php + echo "+ Copying screen information code" + cp /tmp/NextionDriver/rptInfo_nextion.php $FILESDIRPHP + rm -f /var/www/dashboard/mmdvmhost/sysInfo_nextion.php + echo "+ Copying system information code" + cp /tmp/NextionDriver/sysInfo_nextion.php $FILESDIRPHP } herstart () { echo -e "\n+ To test if it all works as expected,"