Skip to content

Commit

Permalink
along with commit: change 'ahk install' to 'manual install'
Browse files Browse the repository at this point in the history
  • Loading branch information
WheezyE authored Jun 20, 2024
1 parent 30d5a44 commit 9945a55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/VARA HF/install
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ BOX86_DYNAREC=0 BOX64_DYNAREC=0 BOX86_NOBANNER=1 BOX64_NOBANNER=1 winetricks -q
VARAHFDIR=/tmp/VARAHF
mkdir "${VARAHFDIR}" 2>/dev/null
wget -q -r -l1 -np -nd "https://downloads.winlink.org/VARA%20Products" -A "VARA HF*setup.zip" -P "${VARAHFDIR}" || error 'Failed to download VARA HF Installer from winlink.org'
VARAINSTALLEREXE=$(find "${VARAHFDIR}" -type f -iname "*setup*.exe")

#Extracting VARA HF installer archives
unzip -o "${VARAHFDIR}/VARA HF*setup.zip" -d "${VARAHFDIR}" || error 'Failed to unzip VARA HF archive'
Expand Down

0 comments on commit 9945a55

Please sign in to comment.