VARA - Removed VARA Terminal due to stability issues. QtTermTCP will be the preferred method for using a terminal with ETC.

This commit is contained in:
Gaston Gonzalez
2025-02-03 17:32:16 -07:00
parent fc6aa41e9f
commit 72e5d974d3
4 changed files with 5 additions and 41 deletions

View File

@@ -1,31 +0,0 @@
#!/bin/bash
#
# Author : Gaston Gonzalez
# Date : 20 January 2025
# Updated : 1 February 2025
# Purpose : Install VARA Terminal
set -e
source ./common-checks.sh
VERSION="1.2.2"
DOWNLOAD_FILE="vara-terminal-${VERSION}.zip"
URL="https://downloads.winlink.org/VARA%20Products/VARA%20Terminal%20V${VERSION}%20setup.zip"
et-log "Installing VARA Terminal..."
if [ ! -e ${DOWNLOAD_FILE} ]; then
et-log "Downloading VARA Terminal ${version} from ${URL}"
curl -s -f -L -o ${DOWNLOAD_FILE} "${URL}"
fi
if [ $? -ne 0 ]; then
et-log "Error downloading VARA Terminal ${VERSION}."
exit 1
fi
unzip -o ${DOWNLOAD_FILE}
wine 'VARA Terminal setup (Run as Administrator).exe'
echo -e "${YELLOW}Run ${WHITE}./05-run-regedit.sh${YELLOW}${NC}"

View File

@@ -17,22 +17,17 @@ in this directory as your normal user (do not use 'sudo').
./03-install-vara-fm.sh
3. Install VARA Terminal. Accept the default settings and uncheck Launch My
Program when prompted during the installation.
./04-install-vara-terminal.sh
5. Run the registery editor. Follow the instructions in the terminal. In
4. Run the registery editor. Follow the instructions in the terminal. In
this step we will need to map COM port 10 (COM10) to the EmComm Tools
CAT control device (/dev/et-cat).
./05-run-regedit.sh
./04-run-regedit.sh
6. If you want to include your WINE installation in a future EmComm Tools
5. If you want to include your WINE installation in a future EmComm Tools
Community image build, run the following to make a backup of your WINE
installation now.
./06-backup-wine-install.sh
./05-backup-wine-install.sh
It is important that you do not run any off the VARA programs until after
the backup is run in step 6.
the backup is run in step 5.