From 84bc27635e585c8bdd76dbf99e414bcc27acf05d Mon Sep 17 00:00:00 2001 From: Steve Magnuson Date: Wed, 18 Nov 2020 14:23:24 -0800 Subject: [PATCH] Removed reference to hampi in install_wecg.sh --- install_wecg.sh | 4 ++-- nexus-utilities.version | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/install_wecg.sh b/install_wecg.sh index b413dd0..2eb5d4a 100755 --- a/install_wecg.sh +++ b/install_wecg.sh @@ -1,6 +1,6 @@ #!/bin/bash -VERSION="1.0.2" +VERSION="1.0.3" # This script installs the scripts and desktop files that customize a Nexus DR-X # Raspberry Pi so it can be used for remote access by WECG members. @@ -66,7 +66,7 @@ esac # Get the files echo >&2 "Retrieving WECG files and scripts..." -cd /usr/local/src/hampi +cd /usr/local/src/nexus rm -rf wecg git clone https://github.com/AG7GN/wecg [[ $? == 0 ]] || Die "FAILED. Aborting installation." diff --git a/nexus-utilities.version b/nexus-utilities.version index 2a04867..7c23c29 100644 --- a/nexus-utilities.version +++ b/nexus-utilities.version @@ -1 +1 @@ -VERSION="2.3.30" \ No newline at end of file +VERSION="2.3.31" \ No newline at end of file