1
0
mirror of https://github.com/AG7GN/nexus-utilities.git synced 2025-06-01 06:10:13 -07:00

Update install_wecg.sh

This commit is contained in:
Steve Magnuson 2020-08-16 14:23:29 -07:00
parent 24cc457cb9
commit 4a39f7b040

View File

@ -1,13 +1,15 @@
#!/bin/bash #!/bin/bash
VERSION="1.0.1" VERSION="1.0.2"
# 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.
# #
function Usage () { function Usage () {
echo "Version $VERSION"
echo
echo "$(basename $0) installs scripts and files to make a Nexus DR-X Pi suitable" echo "$(basename $0) installs scripts and files to make a Nexus DR-X Pi suitable"
echo "for remote access by WECG members. Only WECG administrators should use this" echo "for remote access by WECG members. Only WECG administrators should use this"
echo "script on Pis that are designated for use by WECG members and that have" echo "script on Pis that are designated for use by WECG members and that have"