1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-05-16 22:50:08 -07:00

Removed reference to hampi in install_wecg.sh

This commit is contained in:
Steve Magnuson 2020-11-18 14:23:24 -08:00
parent 4956fffeec
commit 84bc27635e
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/bin/bash #!/bin/bash
VERSION="1.0.2" VERSION="1.0.3"
# This script installs the scripts and desktop files that customize a Nexus DR-X # 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. # Raspberry Pi so it can be used for remote access by WECG members.
@ -66,7 +66,7 @@ esac
# Get the files # Get the files
echo >&2 "Retrieving WECG files and scripts..." echo >&2 "Retrieving WECG files and scripts..."
cd /usr/local/src/hampi cd /usr/local/src/nexus
rm -rf wecg rm -rf wecg
git clone https://github.com/AG7GN/wecg git clone https://github.com/AG7GN/wecg
[[ $? == 0 ]] || Die "FAILED. Aborting installation." [[ $? == 0 ]] || Die "FAILED. Aborting installation."

View File

@ -1 +1 @@
VERSION="2.3.30" VERSION="2.3.31"