diff --git a/overlay/etc/skel/add-ons/wine/04-install-vara-terminal.sh b/overlay/etc/skel/add-ons/wine/04-install-vara-terminal.sh deleted file mode 100755 index 70987e3..0000000 --- a/overlay/etc/skel/add-ons/wine/04-install-vara-terminal.sh +++ /dev/null @@ -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}" diff --git a/overlay/etc/skel/add-ons/wine/05-run-regedit.sh b/overlay/etc/skel/add-ons/wine/04-run-regedit.sh similarity index 100% rename from overlay/etc/skel/add-ons/wine/05-run-regedit.sh rename to overlay/etc/skel/add-ons/wine/04-run-regedit.sh diff --git a/overlay/etc/skel/add-ons/wine/06-backup-wine-install.sh b/overlay/etc/skel/add-ons/wine/05-backup-wine-install.sh similarity index 100% rename from overlay/etc/skel/add-ons/wine/06-backup-wine-install.sh rename to overlay/etc/skel/add-ons/wine/05-backup-wine-install.sh diff --git a/overlay/etc/skel/add-ons/wine/README.md b/overlay/etc/skel/add-ons/wine/README.md index a6d2368..e52844c 100644 --- a/overlay/etc/skel/add-ons/wine/README.md +++ b/overlay/etc/skel/add-ons/wine/README.md @@ -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.